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 09f9663 commit 535e900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@svelte-put/resize": "3.0.0",
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "1.24.1",
"@sveltejs/package": "2.2.2",
"@tailwindcss/container-queries": "0.1.1",
Expand Down Expand Up @@ -104,4 +105,4 @@
"dependencies": {
"cookie": "0.5.0"
}
}
}
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"build": "turbo run build",
"preview": "turbo run preview",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
Expand Down Expand Up @@ -56,4 +57,4 @@
},
"packageManager": "[email protected]",
"version": "0.1.2"
}
}

1 comment on commit 535e900

@vercel
Copy link

@vercel vercel bot commented on 535e900 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-xmlking.vercel.app
spectacular-web.vercel.app
spectacular-web-git-main-xmlking.vercel.app

Please sign in to comment.