mirror of
https://github.com/nestriness/nestri.git
synced 2026-08-02 01:35:18 +03:00
feat: Add a lot of stuff
This commit is contained in:
7
alchemy.run.ts
Normal file
7
alchemy.run.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import alchemy from "alchemy";
|
||||
|
||||
const app = await alchemy("nestri");
|
||||
|
||||
// await import("./infra/api");
|
||||
|
||||
await app.finalize();
|
||||
Reference in New Issue
Block a user