We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm dev
1 parent 61b15bf commit b5c143cCopy full SHA for b5c143c
apps/dev-playground/server/.env.dist apps/dev-playground/.env.distapps/dev-playground/server/.env.dist renamed to apps/dev-playground/.env.dist
@@ -1,4 +1,5 @@
1
DATABRICKS_HOST=
2
+DATABRICKS_APP_PORT=8001
3
DATABRICKS_WAREHOUSE_ID=
4
DATABRICKS_WORKSPACE_ID=
5
NODE_ENV='development'
apps/dev-playground/client/vite.config.ts
@@ -14,6 +14,11 @@ export default defineConfig({
14
autoCodeSplitting: process.env.NODE_ENV !== "development",
15
}),
16
],
17
+ server: {
18
+ hmr: {
19
+ port: 24679,
20
+ },
21
22
optimizeDeps: {
23
include: [
24
"react",
0 commit comments