First functioning version with server calls.

This commit is contained in:
Joe Tretter
2020-03-09 10:49:19 -05:00
parent 9fbcf07cb5
commit 34ff5ec68f
5 changed files with 194 additions and 31 deletions

View File

@@ -11,6 +11,9 @@
"dependencies": {
"async-to-gen": "^1.4.0",
"better-sqlite3": "^6.0.1",
"micro": "^9.3.4"
"micro": "^9.3.4",
"micro-core": "^0.4.0",
"micro-cors": "^0.1.1",
"querystring": "^0.2.0"
}
}