This commit is contained in:
2026-02-24 12:29:58 +00:00
commit 3fad287a29
58 changed files with 3999 additions and 0 deletions

24
npmextra.json Normal file
View File

@@ -0,0 +1,24 @@
{
"@git.zone/tsbundle": {
"bundles": [
{
"from": "./ts_web/index.ts",
"to": "./dist_serve/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true
}
]
},
"@git.zone/tswatch": {
"watchers": [
{
"name": "ui-bundle",
"watch": "./ts_web/**/*",
"command": "tsbundle",
"debounce": 500,
"runOnStart": true
}
]
}
}