diff --git a/package.json b/package.json index 7d95e6d..d602242 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "deploy": "wrangler pages deploy ./build/client", "prelint": "remix vite:build", "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .", - "start": "wrangler pages dev ./build/client --var VERSION:$(git rev-parse HEAD)", "test": "TZ=EST vitest run", "test-ci": "TZ=EST vitest run --coverage", "typecheck": "tsc",