From 80a2c6bf57045e456d4171b3968e7fb77dc36001 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Thu, 13 Jun 2024 22:20:09 -0500 Subject: [PATCH] omg --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6637ae53..bcf4b42c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "scripts": { "build": "turbo build", - "dev": "turbo dev", + "dev": "turbo dev --filter=!an-extension", "lint": "turbo lint", "format": "prettier --write \"**/*.{ts,tsx,md}\"", "deploy": "turbo deploy" @@ -28,7 +28,7 @@ "readline-sync": "^1.4.10", "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", - "turbo": "latest", + "turbo": "2.0.3", "vercel": "^34.2.0" }, "engines": {