Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 18, 2024
1 parent 05e70df commit aaac3ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/react-measure": "^2.0.12",
"@types/react-portal": "^4.0.7",
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"classnames": "^2.5.1",
"csstype": "^3.1.3",
"dayjs": "^1.11.13",
Expand Down Expand Up @@ -88,7 +89,6 @@
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -110,7 +110,7 @@
"url": "git+https://github.com/spacebarchat/client.git"
},
"scripts": {
"dev": "vite --open",
"dev": "cross-env VITE_ENV_DEV=true vite --open",
"preview": "vite preview",
"analyze": "source-map-explorer 'dist/asset/*.js'",
"build": "tsc && vite build",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineConfig({
host: host,
port: 1430,
}
: false,
: undefined,
// Tauri expects a fixed port, fail if that port is not available
strictPort: true,
},
Expand Down

0 comments on commit aaac3ea

Please sign in to comment.