mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
Changes server prod port to 4000
This commit is contained in:
parent
a8c65b2e33
commit
3d63859412
@ -48,7 +48,7 @@ I use [cross-env](https://github.com/kentcdodds/cross-env) to set and use enviro
|
||||
| ---------------- | ---------------------------------------------------------------------------------- |
|
||||
| `dev` | Runs your app on the development server at `localhost:3000`. HMR will be enabled. |
|
||||
| `dev:build` | Bundles server-side files in development mode and put it to the `./public/server`. |
|
||||
| `start` | Runs your app on the production server only at `localhost:8080`. |
|
||||
| `start` | Runs your app on the production server only at `localhost:8088`. |
|
||||
| `build` | Bundles both server-side and client-side files. |
|
||||
| `build:server` | Bundles server-side files in production mode and put it to the `./public/server`. |
|
||||
| `build:client` | Bundles client-side files in production mode and put it to the `./public/assets`. |
|
||||
|
@ -1,3 +1,3 @@
|
||||
export default {
|
||||
PORT: 8080,
|
||||
PORT: 4000,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user