update: started to work on the database side of things

This commit is contained in:
maix0 2025-06-20 00:13:01 +02:00 committed by Maieul BOYER
parent eab450626a
commit 0b3ea4b406
7 changed files with 111 additions and 8 deletions

View file

@ -4,7 +4,9 @@
"version": "1.0.0",
"description": "utils library",
"scripts": {
"build:ts": "tsc -d",
"embed": "npm run embed:sql",
"embed:sql": "node scripts/embed:sql.js",
"build:ts": "npm run embed:sql && tsc -d",
"watch:ts": "tsc -d -w"
},
"exports": {