[project] prepare for new app
This commit is contained in:
parent
4fd74ad41d
commit
f5d649361e
@ -17,7 +17,7 @@ async function bootstrap() {
|
||||
secret: process.env.SECRET,
|
||||
});
|
||||
|
||||
await app.listen(process.env.API_PORT || 3000, '0.0.0.0');
|
||||
await app.listen(process.env.API_PORT || 3001, '0.0.0.0');
|
||||
}
|
||||
|
||||
bootstrap();
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "*",
|
||||
"prettier": "latest",
|
||||
"turbo": "latest"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user