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:
parent
32b9c8f92b
commit
d7160cf45f
@ -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>
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user