0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

refactor: studio -> db cli

This commit is contained in:
bholmesdev 2024-01-18 11:37:26 -05:00 committed by Nate Moore
parent e0c9f51259
commit 283d8d0bd0

View file

@ -32,7 +32,7 @@
} }
}, },
"bin": { "bin": {
"studio": "./dist/cli/bin.js" "db": "./dist/cli/bin.js"
}, },
"files": [ "files": [
"index.d.ts", "index.d.ts",