Fixed custom icons not updating

This commit is contained in:
unknown
2021-07-28 11:36:48 +02:00
parent f93659b661
commit 1fbe0746a4
6 changed files with 76 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node server.js",
"init-server": "echo Instaling server dependencies && npm install",
"init-server": "echo Instaling server dependencies && npm install && mkdir public && touch public/flame.css",
"init-client": "cd client && echo Instaling client dependencies && npm install",
"dev-init": "npm run init-server && npm run init-client",
"dev-server": "nodemon server.js",