Stared work on the manager side
This commit is contained in:
8
Slicer Project/frontend/vite.config.ts
Normal file
8
Slicer Project/frontend/vite.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
// @ts-ignore no types needed for this import-less usage
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: { port: 5173, host: true },
|
||||
});
|
||||
Reference in New Issue
Block a user