Run dev on port 5173
This commit is contained in:
parent
caa67cd111
commit
b9271d999f
@ -48,7 +48,7 @@ To start the development server:
|
|||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
The app will be available at [http://localhost:3000](http://localhost:3000).
|
The app will be available at [http://localhost:5173](http://localhost:5173).
|
||||||
|
|
||||||
### Building for Production
|
### Building for Production
|
||||||
|
|
||||||
|
|||||||
@ -11,8 +11,9 @@ export default defineConfig({
|
|||||||
outDir: 'build'
|
outDir: 'build'
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
|
allowedHosts: ['dev.tombutcher.work'],
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
open: false,
|
port: 5173,
|
||||||
port: 3000
|
open: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user