diff --git a/package.json b/package.json index fa1d49d..65f3737 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +} diff --git a/src/static/favicon.ico b/src/static/favicon.ico new file mode 100644 index 0000000..f80a1b5 Binary files /dev/null and b/src/static/favicon.ico differ