Init applications

This commit is contained in:
NVWA Bot
2025-12-11 16:35:43 +00:00
commit ad64dc8905
265 changed files with 41557 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "${REPO_NAME}",
"description": "${REPO_DESCRIPTION}",
"version": "1.0.0",
"main": "index.js",
"author": "${REPO_OWNER}",
"license": "ISC",
"scripts": {
"db:generate": "pnpm --filter database run db:generate",
"db:migrate": "pnpm --filter database run db:migrate",
"db:studio": "pnpm --filter database run db:studio"
}
}