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
1 change: 1 addition & 0 deletions nt-fe/.node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24.19.0
6 changes: 6 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ services:
envVars:
- key: NODE_ENV
value: production
- key: NODE_VERSION
value: 24.19.0
- key: MAXMIND_LICENSE_KEY
sync: false
- key: NEXT_PUBLIC_BACKEND_API_BASE
Expand Down Expand Up @@ -150,6 +152,8 @@ services:
envVars:
- key: NODE_ENV
value: production
- key: NODE_VERSION
value: 24.19.0
- key: MAXMIND_LICENSE_KEY
sync: false
- key: NEXT_PUBLIC_BACKEND_API_BASE
Expand All @@ -167,6 +171,8 @@ services:
envVars:
- key: NODE_ENV
value: production
- key: NODE_VERSION
value: 24.19.0
- key: MAXMIND_LICENSE_KEY
sync: false
- key: NEXT_PUBLIC_BACKEND_API_BASE
Expand Down
Loading