更新项目名称为 CodePod,调整相关配置和依赖版本
This commit is contained in:
11
package.json
11
package.json
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"name": "@kevisual/ai-pages",
|
||||
"name": "@kevisual/codepod",
|
||||
"version": "0.0.3",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"basename": "/root/ai-pages",
|
||||
"basename": "/root/codepod",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"pub": "ev deploy ./dist -k ai-pages -v 0.0.3 -u",
|
||||
"git:submodule": "git submodule update --init --recursive",
|
||||
"sn": "pnpm dlx shadcn@latest add "
|
||||
"pub": "ev deploy ./dist -k codepod -v 0.0.3 -u -y y",
|
||||
"ui": "pnpm dlx shadcn@latest add "
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
@@ -66,7 +65,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kevisual/api": "^0.0.34",
|
||||
"@kevisual/api": "^0.0.35",
|
||||
"@kevisual/query": "^0.0.38",
|
||||
"@kevisual/router": "^0.0.63",
|
||||
"@kevisual/store": "^0.0.9",
|
||||
|
||||
Reference in New Issue
Block a user