add mobile css

This commit is contained in:
SmeagolWorms4
2022-06-04 21:58:33 +02:00
parent 1bd65b6b7c
commit 8a1a0ca7ea
4 changed files with 207 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "npm run clean && tsc-watch --onSuccess \"npm run start\"",
"dev": "npm run clean && tsc-watch --noClear --onSuccess \"npm run start\"",
"start": "node dist/node-server/server/src/index.js"
},
"author": "",