chore: try netlify functions dir
This commit is contained in:
parent
a9229ca8cc
commit
7848527763
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
"build": "mcfly build",
|
"build": "mcfly build",
|
||||||
"preview": "node .output/server/index.mjs",
|
"preview": "node .output/server/index.mjs",
|
||||||
"build:preview": "pnpm run build && pnpm run preview",
|
"build:preview": "pnpm run build && pnpm run preview",
|
||||||
"deploy": "netlify deploy --site=$NETLIFY_SITE_ID --dir=dist --prod"
|
"deploy": "netlify deploy --site=$NETLIFY_SITE_ID --dir=dist functions=.netlify --prod"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mcflyjs/config": "workspace:*",
|
"@mcflyjs/config": "workspace:*",
|
||||||
|
|
Loading…
Reference in a new issue