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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user