This commit is contained in:
2025-02-28 03:05:52 +08:00
parent 5e29dd2a0d
commit b6b11899f1
20 changed files with 1132 additions and 53 deletions

14
mini-web/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "mini-web",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"pub": "envision deploy ./envision -k mini-web -v 0.0.3 -y y",
"ev": "npm run build && npm run deploy"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}