There was an error while loading. Please reload this page.
1 parent 3462e51 commit 2dd9a65Copy full SHA for 2dd9a65
1 file changed
crates/koharu/tauri.conf.json
@@ -1,11 +1,11 @@
1
{
2
- "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
+ "$schema": "../../node_modules/@tauri-apps/cli/config.schema.json",
3
"identifier": "Koharu",
4
"build": {
5
"beforeDevCommand": "bun --cwd ui dev",
6
"beforeBuildCommand": "bun --cwd ui build",
7
"devUrl": "http://localhost:3000",
8
- "frontendDist": "../ui/out"
+ "frontendDist": "../../ui/out"
9
},
10
"app": {
11
"security": {
0 commit comments