Skip to content
Draft
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
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- name: 📥 Install deps
run: npm install

- name: 🧾 Generate OpenAPI spec
run: npm run build:docs

- name: 🔎 Type check
run: npm run typecheck --if-present

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_modules

/build
/public/build
/public/openapi.json
.env
.cache

Expand All @@ -26,4 +25,3 @@ measurements.csv

/minio-data
/rustfs-data
/public/openapi.json
1 change: 1 addition & 0 deletions app/lib/env.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function init() {
export function getEnv() {
return {
NOMINATIM_SEARCH_API: process.env.NOMINATIM_SEARCH_API,
OSEM_GITHUB_URL: process.env.OSEM_API_URL,
MODE: process.env.NODE_ENV,
DIRECTUS_URL: process.env.DIRECTUS_URL,
MYBADGES_API_URL: process.env.MYBADGES_API_URL,
Expand Down
Loading
Loading