fix biomejs
All checks were successful
build dist / build-dist (push) Successful in 29s

This commit is contained in:
z0x 2025-04-04 23:42:23 -04:00
parent 49b3d02c4e
commit d531e4cac9
16 changed files with 275 additions and 1189 deletions

View file

@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

2
.vscode/launch.json vendored
View file

@ -2,7 +2,7 @@
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"command": "bun run dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"