change folders structure

This commit is contained in:
Dmitriynj
2020-12-22 20:49:20 +03:00
committed by Daniel Hutzel
parent 69e510a407
commit 4fd0b74b8c
63 changed files with 89 additions and 590 deletions

View File

@@ -23,9 +23,13 @@
"scripts": {
"start": "npx cds run",
"deploy": "cds deploy --to sqlite:mychinook.db",
"test": "mocha test/media-store.test.js --verbose --timeout 10000"
"test": "mocha ../test/chinook.test.js --verbose --timeout 10000",
"import": "cds deploy --to sqlite:sample.db && node ./util/importData.js"
},
"cds": {
"folders": {
"app": "app/build"
},
"requires": {
"db": {
"kind": "sqlite",