Initial commit of new UI frontend component

This commit is contained in:
LukeFZ
2025-01-25 15:38:45 +01:00
parent cc822b418b
commit 44af299ec3
105 changed files with 10298 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Il2CppInspectorRedux",
"version": "0.1.0",
"identifier": "xyz.lukefz.il2cppinspectorredux",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../build"
},
"app": {
"windows": [
{
"title": "Il2CppInspectorRedux",
"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"
]
}
}