added a dev container

this is to make testing the backend more consistent with the actual runtime environment
This commit is contained in:
2024-10-17 18:44:12 +00:00
parent 6fd6ce9e40
commit 6985b11352
4 changed files with 36 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",