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 dabca04 commit 248c128Copy full SHA for 248c128
package.json
@@ -6,7 +6,7 @@
6
"main": "./dist/index.js",
7
"types": "./dist/index.d.ts",
8
"scripts": {
9
- "start": "community-solid-server --config config.json --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
+ "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"
11
},
12
"files": [
0 commit comments