mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
16 lines
210 B
JSON
16 lines
210 B
JSON
{
|
|
"appId": "com.example.app",
|
|
"productName": "Sveltekit Electron",
|
|
"directories": {
|
|
"output": "dist"
|
|
},
|
|
"files": [
|
|
"src/electron.cjs",
|
|
"src/preload.cjs",
|
|
{
|
|
"from": "build",
|
|
"to": ""
|
|
}
|
|
]
|
|
}
|