feat: add demo user and fix __dirname and fix cdn for panel upload
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"docker:build:gitea": "docker build -t git.xiongxiao.me/abearxiong/code-flow:v0.0.2 .",
|
||||
"docker:push:gitea": "docker push git.xiongxiao.me/abearxiong/code-flow:v0.0.2",
|
||||
"dts": "./node_modules/.bin/dts-bundle-generator -o types/index.d.ts src/type.ts",
|
||||
"postinstall2": "patch-package"
|
||||
"postinstall2": "patch-package",
|
||||
"pub": "npm run build && npm run deploy && npm run reload"
|
||||
},
|
||||
"keywords": [],
|
||||
"types": "types/index.d.ts",
|
||||
|
Reference in New Issue
Block a user