push version #8

Merged
mattdimegs merged 51 commits from bugfix/code-change4john into main 2025-06-11 23:01:08 +00:00
Showing only changes of commit bf49e8d824 - Show all commits

View file

@ -11,7 +11,7 @@ export default defineConfig(({ mode = 'local' }) => {
plugins: [react()],
server:{
host: true,
allowedHosts: true,
allowedHosts: ['shift-dev.code-catalyst.com', 'shift.code-catalyst.com'],
cors: true,
hmr: isDev
? {