Refactoring code, fixing name and adding readme

This commit is contained in:
xyroscar
2024-11-06 20:17:03 +05:30
parent 2e29a1cb82
commit dbedae1f58
10 changed files with 102 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "api-client",
"productName": "resona",
"version": "0.1.0",
"identifier": "com.api-client.app",
"identifier": "com.resona.app",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "api-client",
"title": "resona",
"width": 800,
"height": 600
}