fresh start
This commit is contained in:
parent
c80ee1054b
commit
c297ad6085
26 changed files with 4578 additions and 243 deletions
|
|
@ -4,9 +4,12 @@ import react from '@vitejs/plugin-react'
|
|||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: "/ISSP5-Front-End/",
|
||||
base: "/",
|
||||
build: {
|
||||
outDir: "dist",
|
||||
},
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
port: 5173,
|
||||
port: 8080,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue