trips) add playwright e2e flows and issue video upload guidance
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m27s
All checks were successful
PR Checks / lint-test-and-docker-build (pull_request) Successful in 2m27s
This commit is contained in:
@@ -5,6 +5,6 @@ import { defineConfig } from 'vite';
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), sveltekit()],
|
||||
server: {
|
||||
allowedHosts: ['cloud.campbellwireless.net']
|
||||
allowedHosts: ['cloud.campbellwireless.net', '127.0.0.1', 'localhost']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user