Skip to content

Commit

Permalink
Merge branch 'master' into fix/pg-connection-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 authored Dec 12, 2024
2 parents e518c28 + 870047e commit b05126c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"build": "vite build",
"dev": "vite build --watch"
"dev": "vite build --watch --mode=dev"
},
"dependencies": {
"@budibase/bbui": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default defineConfig(({ mode }) => {
outDir: "dist",
name: "budibase_client",
fileName: () => "budibase-client.js",
minify: isProduction,
},
minify: isProduction,
},
plugins: [
svelte({
Expand Down
2 changes: 1 addition & 1 deletion packages/pro
Submodule pro updated from 977bac to e7c9f0

0 comments on commit b05126c

Please sign in to comment.