Skip to content

Commit

Permalink
build(web): fix adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 17, 2023
1 parent 427c57b commit cb1cee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/playground/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://openapi.vercel.sh/vercel.json",
"framework": "sveltekit-1",
"installCommand": "bun install",
"buildCommand": "bun run build",
"buildCommand": "bun --bun run build",
"ignoreCommand": "[ \"$VERCEL_ENV\" != production ] || npx turbo-ignore",
"redirects": [
{ "source": "/exit-code.html", "destination": "/node/exit-code.html", "permanent": true },
Expand Down

1 comment on commit cb1cee0

@vercel
Copy link

@vercel vercel bot commented on cb1cee0 Sep 17, 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:

spectacular-web – ./apps/web

spectacular-web-git-main-xmlking.vercel.app
spectacular-web-xmlking.vercel.app
spectacular-console.vercel.app

Please sign in to comment.