chore: rename to template
This commit is contained in:
parent
063dfe39e9
commit
c011186c37
46 changed files with 143 additions and 142 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import { log } from "@repo/logger";
|
||||
import { createServer } from "./server";
|
||||
|
||||
const port = process.env.PORT || 5001;
|
||||
const server = createServer();
|
||||
|
||||
server.listen(port, () => {
|
||||
log(`api running on ${port}`);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue