This commit is contained in:
parent
695d719b98
commit
f491b21636
@ -6,7 +6,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build:scss": "npx sass src/static/css:dist/static/css",
|
||||
"copy:html": "cp src/static/index.html dist/static",
|
||||
"copy:html": "cp src/static/*.* dist/static",
|
||||
"build:js:fe": "npx tsc src/static/js/*.ts --outDir dist/static/js",
|
||||
"build:js:be": "npx tsc --skipLibCheck src/*.ts --outDir dist",
|
||||
"build": "npm run build:js:fe && npm run build:js:be && npm run build:scss && npm run copy:html",
|
||||
@ -17,6 +17,6 @@
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/ws": "^8.5.13",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.2"
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
BIN
src/static/favicon.ico
Normal file
BIN
src/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user