update: started to work on the database side of things
This commit is contained in:
parent
eab450626a
commit
0b3ea4b406
7 changed files with 111 additions and 8 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue