FINALLY have the container run again locally

This commit is contained in:
Chris Kruining 2025-02-20 15:53:11 +11:00
parent 04b55e02fb
commit af7b59797c
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
7 changed files with 64 additions and 20 deletions

View file

@ -47,6 +47,7 @@
"bun-types": "^1.2.2",
"jsdom": "^26.0.0",
"solid-devtools": "^0.33.0",
"vite-plugin-solid": "^2.11.2",
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^3.0.6",
"workbox-window": "^7.3.0"
@ -56,7 +57,7 @@
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"test": "vitest",
"test:coverage": "vitest --coverage"
"test": "vitest --coverage",
"test:ci": "vitest run"
}
}