Commit Graph

8 Commits

Author SHA1 Message Date
Louis Knight-Webb
ee9005b260 Simplify dev scripts (#294)
* Update scripts

* Update FE build
2025-07-20 17:45:52 +01:00
Louis Knight-Webb
b1addfb7c8 Update setup-dev-environment.js (#96) 2025-07-08 11:16:07 +00:00
Solomon
dc008b70ca perf: Share Cargo build cache across git worktrees (#60)
Use a common target directory for all worktrees to avoid recompiling the backend in every worktree directory.
2025-07-07 15:27:00 +01:00
Anastasiia Solop
597cefbf97 feat: Add Sentry (#55)
* add basic sentry integration

* add FE sourcemaps to Sentry

* add sentry release step to pre-release workflow

* add test exceptions

* update pnpm lock file

* workflow fixes

* upload rust debug files to sentry in CI

* fix action name

* fix sentry upload action args

* fix env name to match CI

* fix sentry-cli on windows

* remove test errors, format FE files

* cargo fmt

* mcp bin async fix

* update Sentry DSN to new project

* update Sentry DSN to new project
2025-07-04 11:11:45 +02:00
Louis Knight-Webb
1b1e186a15 Asset dev fixes (#53)
* Use seed DB

* Ignore dev_assets

* Persist
2025-07-02 19:35:30 +01:00
Louis Knight-Webb
fcaf99ebf6 Dev server updates (#52)
* Start dev server on any port

* Move dev DB into project folder

* Choose free ports for dev server

* Reliability

* Both processes get env vars

* And open browser
2025-07-02 18:24:26 +01:00
Gabriel Gordon-Hall
59fd0cfa1b chore: remove checked-in sqlitedb (#16)
* chore: remove unused sqlite db

* ignore sqlite db
2025-06-30 18:31:06 +01:00
Solomon
1416a12712 Builds for linux, windows, and macOS intel (#7)
* Builds for linux, windows, and macOS intel

* Add context to spawn errors

* Use shell to execute agent
2025-06-27 16:18:35 +01:00