to leptos

This commit is contained in:
Bel LaPointe
2023-12-27 08:21:09 -05:00
parent 24498364f1
commit f7ca241cbc
16 changed files with 1167 additions and 95 deletions

View File

@@ -1,13 +1,13 @@
{
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",
"devPath": "../src",
"distDir": "../src",
"beforeDevCommand": "trunk serve",
"beforeBuildCommand": "trunk build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": true
},
"package": {
"productName": "pa-home-video-blue-extractinator",
"productName": "pa-home-video-blue-extractinator-2",
"version": "0.0.0"
},
"tauri": {
@@ -37,7 +37,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "pa-home-video-blue-extractinator",
"title": "pa-home-video-blue-extractinator-2",
"width": 800,
"height": 600
}