frontend indentation set to 2

This commit is contained in:
Oliver Bryan
2026-01-21 17:47:04 +00:00
parent 70504b3056
commit 5a5e40659c
117 changed files with 7548 additions and 7785 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["core:default", "opener:default"]
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["core:default", "opener:default"]
}

View File

@@ -1,32 +1,32 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "sprint",
"version": "0.1.0",
"identifier": "com.hex248.sprint",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420/app",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Sprint",
"width": 1600,
"height": 900,
"minWidth": 640,
"minHeight": 360,
"decorations": false,
"url": "/app"
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all"
"$schema": "https://schema.tauri.app/config/2",
"productName": "sprint",
"version": "0.1.0",
"identifier": "com.hex248.sprint",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420/app",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Sprint",
"width": 1600,
"height": 900,
"minWidth": 640,
"minHeight": 360,
"decorations": false,
"url": "/app"
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all"
}
}