mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Start server using filestorage
This commit is contained in:
parent
107fbad0e0
commit
41899ca9cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
coverage
|
||||
data
|
||||
dist
|
||||
docs
|
||||
node_modules
|
||||
|
@ -51,6 +51,7 @@
|
||||
"lint": "eslint . --cache --ignore-path .gitignore",
|
||||
"prepare": "npm run build",
|
||||
"start": "node ./bin/server.js",
|
||||
"start:file": "node ./bin/server.js -c config/config-file.json -f ./data",
|
||||
"test": "npm run test:ts && npm run jest",
|
||||
"test:deploy": "test/deploy/validate-package.sh",
|
||||
"test:ts": "tsc -p test --noEmit",
|
||||
|
Loading…
x
Reference in New Issue
Block a user