We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23dd6f2 commit e47dbbeCopy full SHA for e47dbbe
vite.config.ts
@@ -6,11 +6,6 @@ import tsconfigPaths from "vite-tsconfig-paths";
6
7
export default defineConfig({
8
plugins: [react(), tsconfigPaths()],
9
- server: {
10
- allowedHosts: [
11
- "5173-wpilibsuite-systemcoreb-r536zqlysb3.ws-us117.gitpod.io",
12
- ],
13
- },
14
test: {
15
setupFiles: ['./tests/setupTests.ts'],
16
0 commit comments