diff options
| author | 2026-03-29 01:10:53 +0800 | |
|---|---|---|
| committer | 2026-03-29 01:10:53 +0800 | |
| commit | ba2d607899e1beb523450cd46cdf83cd433c230a (patch) | |
| tree | 041a25c676d98b1f4b58f13ad0b5c68104c99929 /src-tauri | |
| parent | 32a4d85af937e4fd882fa671aee8b72878cc564f (diff) | |
| parent | f2f5383a1b615a7493316d558dc55271198e772a (diff) | |
| download | DropOut-ba2d607899e1beb523450cd46cdf83cd433c230a.tar.gz DropOut-ba2d607899e1beb523450cd46cdf83cd433c230a.zip | |
Merge branch 'main' into refactor/fe
Diffstat (limited to 'src-tauri')
| -rw-r--r-- | src-tauri/tauri.conf.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9ab9e6a..a387d6c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,11 +1,12 @@ { + "$schema": "https://schema.tauri.app/config/2", "productName": "Dropout", "version": "0.2.0-alpha.5", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "pnpm --filter @dropout/ui dev", "beforeBuildCommand": "pnpm --filter @dropout/ui build", - "devUrl": "http://127.0.0.1:5173", + "devUrl": "http://localhost:1420", "frontendDist": "../packages/ui/dist" }, "app": { |