fix(cli): add type module in package.json

This commit is contained in:
Aman Varshney
2025-09-09 02:25:54 +05:30
parent a380b7044d
commit ea542748ca
2 changed files with 2 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ export const dependencyVersionMap = {
"@sveltejs/adapter-cloudflare": "^7.2.1", "@sveltejs/adapter-cloudflare": "^7.2.1",
"@cloudflare/workers-types": "^4.20250822.0", "@cloudflare/workers-types": "^4.20250822.0",
alchemy: "^0.65.0", alchemy: "^0.65.1",
// temporary workaround for alchemy + tanstack start // temporary workaround for alchemy + tanstack start
nitropack: "^2.12.4", nitropack: "^2.12.4",

View File

@@ -1,6 +1,7 @@
{ {
"name": "better-t-stack", "name": "better-t-stack",
"private": true, "private": true,
"type": "module",
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
"packages/*" "packages/*"