fix: correct import paths and add host flag for dev server

- Update import path for GiveRecordWithContactInfo to use relative path
- Add --host flag to dev script for network access during development
This commit is contained in:
Matthew Raymer
2025-04-24 09:03:04 +00:00
parent e27700f52a
commit 0dfcb17ecc
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"name": "Time Safari Team"
},
"scripts": {
"dev": "vite --config vite.config.dev.mts",
"dev": "vite --config vite.config.dev.mts --host",
"serve": "vite preview",
"build": "VITE_GIT_HASH=`git log -1 --pretty=format:%h` vite build --config vite.config.mts",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src",