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 e5283bf commit 1936a75Copy full SHA for 1936a75
package.json
@@ -3,9 +3,10 @@
3
"version": "0.0.1",
4
"description": "Run the Community Solid Server in an Azure App Service",
5
"repository": "[email protected]:matthieubosquet/css-azure-app-service.git",
6
+ "type": "module",
7
"main": "./index.js",
8
"scripts": {
- "start": "node . --config ./config/file.json --baseUrl $WEBSITE_HOSTNAME --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
9
+ "start": "node . --config ./config/file.json --baseUrl \"https://$WEBSITE_HOSTNAME\" --rootFilePath /csstest --mainModulePath . --loggingLevel info --port $PORT",
10
"start:dev": "node . --config ./config/config.json --rootFilePath data/ --mainModulePath . --loggingLevel info --port 8080"
11
},
12
"files": [
0 commit comments