diff --git a/public/splashscreen.html b/splashscreen.html similarity index 86% rename from public/splashscreen.html rename to splashscreen.html index 1209153..ce040f7 100644 --- a/public/splashscreen.html +++ b/splashscreen.html @@ -3,7 +3,7 @@ - + Splashscreen diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9cd6a66..d63c18a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,12 +2,12 @@ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "pnpm build", - "beforeDevCommand": "pnpm start", - "devPath": "http://localhost:3000", + "beforeDevCommand": "pnpm dev", + "devPath": "http://localhost:5173", "distDir": "../build" }, "package": { - "productName": "spacebar-client", + "productName": "Spacebar", "version": "0.1.0" }, "tauri": {