mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(cli): add type module in package.json
This commit is contained in:
@@ -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",
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "better-t-stack",
|
"name": "better-t-stack",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"type": "module",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user