Await createApp()

This commit is contained in:
Apher 2026-07-16 01:27:28 +00:00
parent adfc83c78f
commit d5d7f17339
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "spilum-backend",
"name": "mtf-backend",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "spilum-backend",
"name": "mtf-backend",
"version": "1.0.0",
"license": "ISC",
"dependencies": {

View File

@ -95,7 +95,7 @@ const start = async () => {
await initRoles();
const app = createApp();
const app = await createApp();
// Set port and listen
const PORT = parseInt(config.PORT, 10) || 5000;