added plaground endpoint configuration

This commit is contained in:
2024-04-19 20:39:30 +07:00
parent 7ab206943e
commit 01c2838aef
7 changed files with 182 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ tasks:
studio:
cmds:
- pnpm drizzle-kit studio
createDeclaration:
cmds:
- pnpm tsc -d --declarationDir dist/lib --declarationMap --emitDeclarationOnly
start:
cmds:
- node -r @swc-node/register src/app.ts