landing page implementation

needs some work, but does a great job for now
This commit is contained in:
Oliver Bryan
2026-01-09 02:08:00 +00:00
parent f2786e3095
commit bc07baa25d
8 changed files with 208 additions and 42 deletions

View File

@@ -5,7 +5,7 @@
"identifier": "com.hex248.issue",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",
"devUrl": "http://localhost:1420/app",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},
@@ -17,7 +17,8 @@
"height": 900,
"minWidth": 640,
"minHeight": 360,
"decorations": false
"decorations": false,
"url": "/app"
}
],
"security": {