#4
Some checks failed
Deploy / deploy (push) Failing after 7s

This commit is contained in:
Никита Круглицкий
2025-10-07 05:39:40 +06:00
parent fbbb2b9b8e
commit ea55b99116
9 changed files with 110 additions and 96 deletions

View File

@@ -2,12 +2,12 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "chad",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "xyz.koptilnya.chad",
"build": {
"frontendDist": "../dist",
"frontendDist": "../.output/public",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build"
"beforeBuildCommand": "yarn generate"
},
"app": {
"windows": [