mv src-tauri/* .

This commit is contained in:
Bianca Fürstenau 2025-02-20 05:37:56 +01:00
parent 55c458e4b1
commit 68df680863
27 changed files with 0 additions and 0 deletions

View file

@ -1,33 +0,0 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "bkbh",
"version": "0.1.0",
"identifier": "de.mathebau.bkbh",
"build": {
"frontendDist": "www"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "bkbh",
"width": 800,
"height": 600
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}