From d7160cf45f0b7c4b634bf0f25776acc11797fc45 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Wed, 6 Sep 2023 15:06:04 -0400 Subject: [PATCH] some tauri fixes --- public/splashscreen.html => splashscreen.html | 2 +- src-tauri/tauri.conf.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename public/splashscreen.html => splashscreen.html (86%) 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": {