feat: use memory/fs/kv storage drivers for server details (#34)

This commit is contained in:
Daniel Roe 2022-11-23 23:12:25 +00:00 committed by GitHub
parent 2ece5f5619
commit 521ad7a332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 111 additions and 74 deletions

View file

@ -7,7 +7,6 @@
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"register-apps": "esno ./scripts/registerApps.ts",
"postinstall": "nuxi prepare",
"generate": "nuxi generate"
},