mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 08:48:11 +00:00
fix: removed "test" entry for vite config
This commit is contained in:
@@ -6,9 +6,5 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 5183,
|
||||
host: "0.0.0.0",
|
||||
},
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
@@ -6,9 +6,5 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 5173,
|
||||
host: "0.0.0.0",
|
||||
},
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user