mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 05:32:02 +08:00
Update package.json script and dependencies, add edgeone.json configuration file.
19 lines
324 B
JSON
19 lines
324 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|