fix: update dependencies to latest

This commit is contained in:
Divlo
2023-04-02 23:45:47 +02:00
parent 78d7dbdb3f
commit 8a327eb7c7
11 changed files with 3767 additions and 1778 deletions

View File

@ -1,5 +1,5 @@
import { application } from './application.js'
import { HOST, PORT } from './tools/configurations.js'
import { HOST, PORT } from '#src/tools/configurations.js'
const address = await application.listen({
port: PORT,