21 lines
800 B
JSON
21 lines
800 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "NotesAgent Preview",
|
|
"version": "0.3.0-alpha.1",
|
|
"identifier": "cc.kronecker.notesagent",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"devUrl": "http://localhost:5173",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [{"label": "main", "title": "NotesAgent Preview", "width": 1200, "height": 800, "minWidth": 640, "minHeight": 480}],
|
|
"security": {
|
|
"csp": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; font-src 'self' data:; connect-src ipc: http://ipc.localhost; frame-src 'self' blob:; object-src 'none'; base-uri 'self'",
|
|
"capabilities": ["main"]
|
|
}
|
|
},
|
|
"bundle": {"active": false}
|
|
}
|