The repo moves to git.stroblme.de:Fluksio/app.git and its sibling to Fluksio/index.git, so every cross-repo path reference moves with it. The architecture sources the roadmap cites now live in the docs repo under architecture/, and the brand marks in the index repo's src/assets. Also replaces the placeholder README with one that reflects the actual layout. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"name": "fluksio-app",
|
|
"private": true,
|
|
"workspaces": [
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun run --filter frontend dev",
|
|
"lint": "bun run --filter frontend lint",
|
|
"test": "bun run --filter frontend test",
|
|
"test:ui": "bun run --filter frontend test:ui"
|
|
}
|
|
}
|