refactor: to rolldown, oxfmt, vitest (#89)
CD / Release (push) Successful in 37s

Reviewed-on: #89
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #89.
This commit is contained in:
2026-07-18 08:08:37 +02:00
committed by t.behrendt
parent 39e952658b
commit 6a063e91f5
14 changed files with 1950 additions and 4642 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
node-version-file: .nvmrc
- run: npm ci
- name: Format code
run: npm run format
run: npm run format:check
- name: Typecheck
run: npm run typecheck
- name: Run test