1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

some tauri fixes

This commit is contained in:
Puyodead1 2023-09-06 15:06:04 -04:00 committed by Puyodead1
parent 32b9c8f92b
commit d7160cf45f
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="splashscreen.css">
<link rel="stylesheet" href="/splashscreen.css" />
<title>Splashscreen</title>
</head>
<body>

View File

@ -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": {