Add Build

This commit is contained in:
Rokojori 2026-07-15 20:22:54 +02:00
parent 86a4890cdb
commit a167e7276a
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"version": "1.0.0", "version": "1.0.0",
"main": "source/server/index.ts", "main": "source/server/index.ts",
"scripts": { "scripts": {
"start": "node scripts/copy-pages.js && ts-node --project tsconfig.ts-node.json source/server/index.ts", "start": "npm run build && ts-node --project tsconfig.ts-node.json source/server/index.ts",
"build": "node scripts/copy-pages.js",
"dev": "ts-node --project tsconfig.ts-node.json source/server/index.ts" "dev": "ts-node --project tsconfig.ts-node.json source/server/index.ts"
}, },
"dependencies": { "dependencies": {