changed ports to run on my server
This commit is contained in:
@@ -7,7 +7,8 @@ export default defineConfig({
|
||||
plugins: [react(), svgr(), tailwindcss()],
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
port: 8001,
|
||||
port: 8501,
|
||||
https: true,
|
||||
watch: {
|
||||
usePolling: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user