diff --git a/meta.json b/meta.json deleted file mode 100644 index eff0c70..0000000 --- a/meta.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "Next.js", - "description": "Minimal Turborepo example for learning the fundamentals.", - "template": "https://vercel.com/templates/next.js/turborepo-next-basic", - "featured": true, - "boost": true -} diff --git a/package.json b/package.json index 5499891..0e7d13b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "my-turborepo", + "name": "unsend", "private": true, "scripts": { "build": "turbo build", @@ -11,7 +11,7 @@ "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "prettier": "^3.2.5", - "turbo": "^1.12.4" + "turbo": "latest" }, "packageManager": "pnpm@8.9.0", "engines": {