Add runner ci (test)

This commit is contained in:
2026-03-10 23:56:53 +01:00
parent c3fbd7d4fe
commit f5bf18b739
21 changed files with 1372 additions and 39 deletions

View File

@@ -3,7 +3,9 @@
"version": "1.0.0",
"description": "Signaling server for MetoYou P2P chat application",
"main": "dist/index.js",
"bin": "dist/index.js",
"scripts": {
"prebuild": "node ../tools/sync-server-build-version.js",
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn src/index.ts"
@@ -27,5 +29,13 @@
"@types/ws": "^8.5.8",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"pkg": {
"assets": [
"node_modules/ansis/**/*"
],
"scripts": [
"dist/**/*.js"
]
}
}