Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev:local": "cross-env VITE_API_BASE_URL=http://localhost:3000 vite",
"dev:remote": "env-cmd -f .env.dev vite",
"build": "tsc -b && vite build",
"build:dev": "tsc -b && vite build --mode dev",
"build:prod": "tsc -b && vite build --mode prod",
"lint": "eslint .",
"preview": "vite preview",
"test": "echo 'No tests yet' && exit 0"
Expand Down
Loading