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 08dd693 commit 427c57b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@skeletonlabs/tw-plugin": "0.1.0",
"@sveltejs/adapter-auto": "2.1.0",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "1.24.1",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/forms": "0.5.6",
Expand Down Expand Up @@ -62,9 +63,12 @@
"vitest": "0.34.4",
"zod": "3.22.2"
},
"trustedDependencies": [
"sharp"
],
"optionalDependencies": {
"@playwright/test": "1.37.1",
"@vitest/ui": "0.34.4"
},
"type": "module"
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
},
"packageManager": "[email protected]",
"version": "0.1.2"
}
}

1 comment on commit 427c57b

@vercel
Copy link

@vercel vercel bot commented on 427c57b 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-console.vercel.app
spectacular-web-xmlking.vercel.app

Please sign in to comment.