Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# Defaults to 'devnet' if not specified
VITE_ENVIRONMENT=devnet

# Optional client-visible backend URL override (for example, /api during local development)
VITE_BACKEND_URL=

# Optional Vite-only proxy target used with VITE_BACKEND_URL=/api
BACKEND_PROXY_TARGET=

# Set to false when a local browser cannot trust Vite's generated development certificate
DEV_HTTPS=true

# Application version (automatically set during build)
VITE_APP_VERSION=

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr_lint_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Lint
run: npm run lint

- name: Test
run: npm test

build:
runs-on: ubuntu-latest
steps:
Expand Down
Loading
Loading