We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311ce14 commit 4ec6dedCopy full SHA for 4ec6ded
package.json
@@ -7,7 +7,8 @@
7
"types": "./dist/index.d.ts",
8
"scripts": {
9
"start": "community-solid-server --config config.json --baseUrl \"https://csstestnode-dhf6hxapfcbrdxem.uksouth-01.azurewebsites.net/\" --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
10
- "start:dev": "community-solid-server --config config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080"
+ "start:dev": "community-solid-server --config config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080",
11
+ "prepare": "npm i"
12
},
13
"files": [
14
"config.json"
0 commit comments