Clean up project structure

This commit is contained in:
2026-03-27 15:53:17 +01:00
parent d4872a1a04
commit cdcc119e41
26 changed files with 952 additions and 30 deletions

View File

@@ -6,11 +6,11 @@
"build": {
"beforeDevCommand": {
"script": "trunk serve",
"cwd": "."
"cwd": "../brittle-ui"
},
"beforeBuildCommand": {
"script": "trunk build --release",
"cwd": "."
"cwd": "../brittle-ui"
},
"devUrl": "http://localhost:1420",
"frontendDist": "../dist"