Skip to content

Commit 451e0e2

Browse files
ComputelessComputersisyphus-dev-ai
andcommitted
update dev server ports and default window size
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent d76b62b commit 451e0e2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"identifier": "com.johnjeong.philo",
66
"build": {
77
"beforeDevCommand": "bun run dev",
8-
"devUrl": "http://localhost:1420",
8+
"devUrl": "http://localhost:1421",
99
"beforeBuildCommand": "bun run build",
1010
"frontendDist": "../dist"
1111
},
1212
"app": {
1313
"windows": [
1414
{
1515
"title": "",
16-
"width": 800,
17-
"height": 600,
16+
"width": 400,
17+
"height": 560,
1818
"minWidth": 400,
1919
"minHeight": 300
2020
}

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ export default defineConfig(async () => ({
1414
clearScreen: false,
1515
// 2. tauri expects a fixed port, fail if that port is not available
1616
server: {
17-
port: 1420,
17+
port: 1421,
1818
strictPort: true,
1919
host: host || false,
2020
hmr: host
2121
? {
2222
protocol: "ws",
2323
host,
24-
port: 1421,
24+
port: 1422,
2525
}
2626
: undefined,
2727
watch: {

0 commit comments

Comments
 (0)