mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-01 17:34:15 +03:00
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
import alchemy from "alchemy";
|
|
|
|
const app = await alchemy("nestri");
|
|
|
|
// await import("./infra/api");
|
|
|
|
await app.finalize();
|