Init commit

This commit is contained in:
Denozordec
2026-07-20 19:28:56 +07:00
commit d71b45d86f
122 changed files with 8439 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "@evofw/db",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "echo \"db: scaffold — skip\"",
"lint": "echo \"db: scaffold — skip\""
}
}