Initial commit
This commit is contained in:
39
src-tauri/tauri.conf.json
Normal file
39
src-tauri/tauri.conf.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Brittle",
|
||||
"version": "0.1.0",
|
||||
"identifier": "dev.brittle.app",
|
||||
"build": {
|
||||
"beforeDevCommand": {
|
||||
"script": "trunk serve",
|
||||
"cwd": "."
|
||||
},
|
||||
"beforeBuildCommand": {
|
||||
"script": "trunk build --release",
|
||||
"cwd": "."
|
||||
},
|
||||
"devUrl": "http://localhost:1420",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"label": "main",
|
||||
"title": "Brittle",
|
||||
"width": 1200,
|
||||
"height": 800,
|
||||
"minWidth": 800,
|
||||
"minHeight": 600
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user