feat: complete TASK-WP0-02 contract baseline
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createApp } from "./app.js";
|
||||
|
||||
const app = createApp();
|
||||
const app = await createApp();
|
||||
|
||||
await app.listen({
|
||||
host: "127.0.0.1",
|
||||
|
||||
Reference in New Issue
Block a user