chore: move services to package scripts

This commit is contained in:
2026-06-12 16:24:04 +01:00
parent c95c730533
commit 000b95ccb7
7 changed files with 71 additions and 58 deletions

View File

@@ -122,5 +122,6 @@ const app = main()
export default {
port: 3000,
hostname: "0.0.0.0",
fetch: app.fetch,
}