mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-21 08:39:10 +01:00
fix: conflict
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"productName": "learn-anything",
|
||||
"productName": "Learn Anything",
|
||||
"version": "0.1.0",
|
||||
"identifier": "xyz.learn-anything",
|
||||
"identifier": "xyz.learnanything.desktop",
|
||||
"build": {
|
||||
"frontendDist": "../out",
|
||||
"frontendDist": "https://dev.learn-anything.xyz",
|
||||
"devUrl": "http://localhost:3000",
|
||||
"beforeDevCommand": "bun dev",
|
||||
"beforeBuildCommand": "bun build"
|
||||
"beforeDevCommand": "bun dev"
|
||||
},
|
||||
"app": {
|
||||
"windows": [
|
||||
@@ -15,8 +14,7 @@
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"url": "http://localhost:3000"
|
||||
"fullscreen": false
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
||||
Reference in New Issue
Block a user