Add the first few things

This commit is contained in:
k3y0708
2023-10-09 13:14:43 +00:00
parent 0abf42c926
commit b2815dabce
12 changed files with 533 additions and 74 deletions

View File

@@ -32,5 +32,8 @@
"vite": "^4.4.2",
"vitest": "^0.32.2"
},
"type": "module"
"type": "module",
"dependencies": {
"pg": "^8.11.3"
}
}