feat: init drizzle implementation for backend (express) and frontend (vite-react)

This commit is contained in:
afiqzudinhadi 2025-07-08 16:38:55 +08:00
parent fc3a21263a
commit aca6a4da98
17 changed files with 1608 additions and 35 deletions

View file

@ -1,9 +1,9 @@
{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"lib": ["ES2015"],
"outDir": "./dist"
},
"exclude": ["node_modules"],
"include": ["."]
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"lib": ["ES2015"],
"outDir": "./dist"
},
"exclude": ["node_modules"],
"include": ["."]
}