Skip to content

Commit

Permalink
revert back to port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Mar 5, 2024
1 parent 6613dfa commit 0556e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"build": {
"distDir": "../dist",
"devPath": "http://localhost:3008",
"devPath": "http://localhost:3000",
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build"
},
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, splitVendorChunkPlugin } from 'vite';
export default defineConfig({
clearScreen: false,
server: {
port: 3008,
port: 3000,
strictPort: true,
},
envPrefix: ['NODE_', 'VITE_', 'TAURI_'],
Expand Down

0 comments on commit 0556e31

Please sign in to comment.