Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit fce584e

Browse files
committed
changing chinook sql kind property to sql
1 parent 42389e3 commit fce584e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

chinook/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
},
3333
"requires": {
3434
"db": {
35-
"kind": "sqlite",
36-
"model": "*",
37-
"credentials": {
38-
"database": "mychinook.db"
39-
}
35+
"kind": "sql"
4036
},
4137
"auth": {
4238
"impl": "srv/auth.js"

0 commit comments

Comments
 (0)