feat(tsview): add database and S3 handlers, tswatch/watch scripts, web utilities, assets and release config
This commit is contained in:
@@ -6,18 +6,53 @@
|
||||
"to": "./ts/bundled_ui.ts",
|
||||
"outputMode": "base64ts",
|
||||
"bundler": "esbuild",
|
||||
"includeFiles": ["html/**/*"]
|
||||
"includeFiles": [
|
||||
"html/**/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"@git.zone/tswatch": {
|
||||
"watchers": [
|
||||
{
|
||||
"name": "backend",
|
||||
"watch": ["./ts/**/*", "./cli.ts.js"],
|
||||
"command": "tsbuild && pnpm run startTs",
|
||||
"restart": true
|
||||
},
|
||||
{
|
||||
"name": "frontend",
|
||||
"watch": ["./ts_web/**/*", "./html/**/*"],
|
||||
"command": "tsbundle",
|
||||
"restart": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"@git.zone/tsview": {
|
||||
"port": 3010,
|
||||
"openBrowser": true
|
||||
"port": 3010,
|
||||
"killIfBusy": true,
|
||||
"openBrowser": false
|
||||
},
|
||||
"@git.zone/cli": {
|
||||
"services": [
|
||||
"mongodb",
|
||||
"minio"
|
||||
]
|
||||
}
|
||||
],
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
},
|
||||
"projectType": "npm",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "git.zone",
|
||||
"gitrepo": "tsview",
|
||||
"description": "a dev viewer for mongodb and s3",
|
||||
"npmPackagename": "@git.zone/tsview",
|
||||
"license": "MIT"
|
||||
}
|
||||
},
|
||||
"@ship.zone/szci": {}
|
||||
}
|
||||
Reference in New Issue
Block a user