diff --git a/apps/main/package.json b/apps/main/package.json index 25414fe..25b914f 100644 --- a/apps/main/package.json +++ b/apps/main/package.json @@ -13,7 +13,8 @@ "preview": "vite preview", "build:staging": "tsc -b && vite build --mode staging", "build:prod": "tsc -b && vite build --mode production", - "deploy": "wrangler deploy --env=\"\"", + "deploy:staging": "wrangler deploy --env=\"\"", + "deploy:prod": "wrangler deploy --env=\"\"", "cf-typegen": "wrangler types", "test": "vitest run --mode dev --passWithNoTests", "test:watch": "vitest watch --passWithNoTests", diff --git a/apps/main/stats.html b/apps/main/stats.html index 6902f6c..5a41bb8 100644 --- a/apps/main/stats.html +++ b/apps/main/stats.html @@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {