Cleanup
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/server.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun run --hot src/index.ts",
|
||||
"start": "bun run src/index.ts",
|
||||
|
||||
@@ -231,3 +231,5 @@ export const app = new Elysia()
|
||||
});
|
||||
|
||||
app.listen(3000, () => log.info({ port: 3000 }, "server started"));
|
||||
|
||||
export type API = typeof app
|
||||
|
||||
Reference in New Issue
Block a user