mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 05:32:02 +08:00
chore: update package.json and add edgeone.json
Update package.json script and dependencies, add edgeone.json configuration file.
This commit is contained in:
parent
7642357e44
commit
8d26015110
18
edgeone.json
Normal file
18
edgeone.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "md-wechat",
|
||||
"buildCommand": "npm run build:h5-netlify",
|
||||
"installCommand": "npm i",
|
||||
"outputDirectory": "dist",
|
||||
"nodeVersion": "22.11.0",
|
||||
"headers": [
|
||||
{
|
||||
"source": "/*",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "max-age=0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -15,7 +15,7 @@
|
||||
"lint": "eslint . --fix",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"postinstall": "simple-git-hooks"
|
||||
},
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user