dont need static dirs

This commit is contained in:
Barış Soner Uşaklı 2024-05-17 21:18:40 -04:00
parent 72457cd4f2
commit f2b47066a4

View file

@ -20,10 +20,6 @@
{ "hook": "action:topic.delete", "method": "hooks.action.topicDelete" },
{ "hook": "action:topic.restore", "method": "hooks.action.topicRestore" }
],
"staticDirs": {
"public": "public",
"vendor": "vendor"
},
"scss": [
"public/scss/style.scss"
],