24 lines
548 B
JSON
24 lines
548 B
JSON
{
|
|
"@git.zone/tsbundle": {
|
|
"bundles": [
|
|
{
|
|
"from": "./ts_web/index.ts",
|
|
"to": "./dist_ts_web/bundle.js",
|
|
"bundler": "esbuild",
|
|
"production": true
|
|
}
|
|
]
|
|
},
|
|
"@git.zone/tsrust": {
|
|
"targets": ["linux_amd64", "linux_arm64"]
|
|
},
|
|
"@git.zone/tsdocker": {
|
|
"registries": ["code.foss.global"],
|
|
"registryRepoMap": {
|
|
"code.foss.global": "serve.zone/siprouter",
|
|
"dockerregistry.lossless.digital": "serve.zone/siprouter"
|
|
},
|
|
"platforms": ["linux/amd64", "linux/arm64"]
|
|
}
|
|
}
|