every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
31
apps/tauri/tauri.conf.json
Normal file
31
apps/tauri/tauri.conf.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "every.channel",
|
||||
"version": "0.0.0",
|
||||
"identifier": "channel.every.app",
|
||||
"build": {
|
||||
"beforeBuildCommand": "cd ui && trunk build --release",
|
||||
"beforeDevCommand": "cd ui && trunk serve --port 1420 --public-url /",
|
||||
"devUrl": "http://localhost:1420",
|
||||
"frontendDist": "dist"
|
||||
},
|
||||
"app": {
|
||||
"withGlobalTauri": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "every.channel",
|
||||
"width": 1280,
|
||||
"height": 820,
|
||||
"resizable": true
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"resources": [
|
||||
"resources/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue