Skip to content

Commit 8877ac5

Browse files
committed
chore: fix dependencies
1 parent 5676574 commit 8877ac5

File tree

3 files changed

+48
-44
lines changed

3 files changed

+48
-44
lines changed

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

template/package-lock.json

Lines changed: 43 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@
3434
"@databricks/appkit-ui": "0.11.0",
3535
"@databricks/sdk-experimental": "^0.14.2",
3636
"clsx": "^2.1.1",
37+
"embla-carousel-react": "^8.6.0",
3738
"lucide-react": "^0.546.0",
39+
"next-themes": "^0.4.6",
3840
"react": "^19.1.1",
3941
"react-dom": "^19.1.1",
42+
"react-resizable-panels": "^3.0.6",
4043
"react-router": "^7.13.0",
4144
"tailwind-merge": "^3.3.1",
4245
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)