little modification

This commit is contained in:
Julian Freeman
2025-12-01 07:24:35 -04:00
parent 075ceef486
commit 7541190a43
6 changed files with 24 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "rest-client",
"productName": "LiteRequest",
"version": "0.1.0",
"identifier": "top.volan.rest-client",
"identifier": "top.volan.LiteRequest",
"build": {
"beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:1420",
@@ -12,9 +12,9 @@
"app": {
"windows": [
{
"title": "rest-client",
"width": 800,
"height": 600
"title": "LiteRequest",
"width": 1200,
"height": 800
}
],
"security": {