We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a380b70 commit ea54274Copy full SHA for ea54274
apps/cli/src/constants.ts
@@ -151,7 +151,7 @@ export const dependencyVersionMap = {
151
"@sveltejs/adapter-cloudflare": "^7.2.1",
152
"@cloudflare/workers-types": "^4.20250822.0",
153
154
- alchemy: "^0.65.0",
+ alchemy: "^0.65.1",
155
// temporary workaround for alchemy + tanstack start
156
nitropack: "^2.12.4",
157
apps/cli/templates/base/package.json.hbs
@@ -1,6 +1,7 @@
1
{
2
"name": "better-t-stack",
3
"private": true,
4
+ "type": "module",
5
"workspaces": [
6
"apps/*",
7
"packages/*"
0 commit comments