We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b5f03 commit afdd055Copy full SHA for afdd055
.env.staging
package.json
@@ -30,13 +30,11 @@
30
"scripts": {
31
"build": "vite build --mode production",
32
"build:dev": "vite build --mode development",
33
- "build:stg": "vite build --mode staging",
34
"build:tst": "vite build --mode testing",
35
"cleanup": "sa cleanup",
36
"commit": "sa git-commit",
37
"dev": "vite",
38
"dev:prd": "vite --mode production",
39
- "dev:stg": "vite --mode staging",
40
"dev:tst": "vite --mode testing",
41
"gen-route": "sa gen-route",
42
"lint": "eslint .",
0 commit comments