Skip to content

Commit

Permalink
fix(nuxt3): argv of changeKVStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
LarchLiu committed Jun 27, 2023
1 parent 2cc1b65 commit ed08a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/nuxt3/server/api/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default eventHandler(async (event) => {
...kvConfig,
}
const runScripts = {
run: `node server/nuxt3/scripts/changeKVStorage.js --kv ${JSON.stringify(kv, null, 2)}`,
run: `node server/nuxt3/scripts/changeKVStorage.js --kv '${JSON.stringify(kv, null, 2)}'`,
}
if (outConfig.server.select === 'netlify') {
const kvEnvs = Object.keys(kvConfig).map((key) => {
Expand Down

1 comment on commit ed08a0d

@vercel
Copy link

@vercel vercel bot commented on ed08a0d Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

star-nexus – ./

star-nexus.vercel.app
star-nexus-git-main-larchliu.vercel.app
star-nexus-larchliu.vercel.app

Please sign in to comment.