quick and dirty search and replace

This commit is contained in:
Chris Kruining 2025-02-25 17:02:11 +11:00
parent fc22ce6027
commit 5f6138d30b
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
6 changed files with 36 additions and 83 deletions

View file

@ -62,7 +62,7 @@
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"test": "vitest --coverage --browser=chromium",
"test": "vitest --coverage",
"test:ci": "vitest run"
}
}