Skip to content

Commit ea54274

Browse files
fix(cli): add type module in package.json
1 parent a380b70 commit ea54274

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/cli/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const dependencyVersionMap = {
151151
"@sveltejs/adapter-cloudflare": "^7.2.1",
152152
"@cloudflare/workers-types": "^4.20250822.0",
153153

154-
alchemy: "^0.65.0",
154+
alchemy: "^0.65.1",
155155
// temporary workaround for alchemy + tanstack start
156156
nitropack: "^2.12.4",
157157

apps/cli/templates/base/package.json.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "better-t-stack",
33
"private": true,
4+
"type": "module",
45
"workspaces": [
56
"apps/*",
67
"packages/*"

0 commit comments

Comments
 (0)