Skip to content

Commit df78895

Browse files
committed
chore: fix dependencies
1 parent 92b9245 commit df78895

3 files changed

Lines changed: 99 additions & 79 deletions

File tree

template/app.yaml.tmpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
command: ['npm', 'run', 'start']
22
env:
3-
{{- if .plugins.analytics}}
4-
- name: DATABRICKS_WAREHOUSE_ID
5-
valueFrom: sql-warehouse
3+
{{- if .appEnv}}
4+
{{.appEnv}}
65
{{- end}}
76
{{- if .plugins.lakebase}}
87
- name: PGHOST

0 commit comments

Comments
 (0)