Skip to content

move frontend/ files to repo root#48

Merged
MekDrop merged 2 commits intomainfrom
fix/move-frontend-to-root
Apr 27, 2026
Merged

move frontend/ files to repo root#48
MekDrop merged 2 commits intomainfrom
fix/move-frontend-to-root

Conversation

@MekDrop
Copy link
Copy Markdown
Collaborator

@MekDrop MekDrop commented Apr 27, 2026

Summary

  • Moves all frontend/ source files (src/, index.html, quasar.config.js, package.json, .eslintrc.cjs, .prettierrc.json, .env.example) to the repo root
  • Merges frontend/package.json deps into root package.json; removes the npm workspaces wrapper
  • Updates lint-build.yml CI to use npm run lint/build directly (no more -w frontend)
  • Updates AGENTS.md and CLAUDE.md to reflect new layout

Closes #47

Test plan

  • npm install succeeds from root
  • npm run lint passes
  • npm run build produces a working SPA dist
  • CI lint-build workflow passes on this PR

@MekDrop MekDrop merged commit f57933f into main Apr 27, 2026
1 check passed
@MekDrop MekDrop deleted the fix/move-frontend-to-root branch April 27, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

move frontend/ one folder up

1 participant