This commit is contained in:
+4
-2
@@ -7,7 +7,8 @@
|
||||
"type": "module",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "tsx tests/test.ts",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"start": "concurrently \"NODE_ENV=development tsx server.ts\" \"NODE_ENV=development tsx cron-runner.ts\"",
|
||||
"build": "tsc && cd web && hugo --gc --minify && cd ../viewer && npm run build",
|
||||
"build-noweb": "tsc",
|
||||
@@ -46,6 +47,7 @@
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.1.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user