mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-21 20:21:15 +10:00
auth initiate, database and more
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
"version": "0.1.0",
|
||||
"identifier": "dev.drop.drop",
|
||||
"build": {
|
||||
"beforeDevCommand": "yarn dev",
|
||||
"devUrl": "http://localhost:3000",
|
||||
"beforeDevCommand": "yarn dev --port 1432",
|
||||
"devUrl": "http://localhost:1432",
|
||||
"beforeBuildCommand": "yarn generate",
|
||||
"frontendDist": "../.output/public"
|
||||
},
|
||||
@ -26,7 +26,6 @@
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["msi", "deb"],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
||||
Reference in New Issue
Block a user