diff --git a/package.json b/package.json index 2519aba..9a10ecb 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ }, "scripts": { "start": "community-solid-server --loggingLevel debug -c config/prod.json ./custom-config.json -f ./data --httpsKey ./key.pem --httpsCert ./cert.pem -p 443 -b https://lolcathost.de -m .", - "start-dev/suffix": "npx community-solid-server -c ./config/dev-http-suffix.json config/customise-me.json -f ./data -p 3000 -b http://localhost:3000 -m .", - "start-dev/subdomain": "npx community-solid-server -c ./config/dev-http-subdomain.json config/customise-me.json -f ./data -p 3000 -b http://localhost:3000 -m .", + "start-dev/suffix": "npx community-solid-server -c ./config/dev-http-suffix.json config/customise-me.json -f ./data-suffix -p 3100 -b http://localhost:3000 -m .", + "start-dev/subdomain": "npx community-solid-server -c ./config/dev-http-subdomain.json config/customise-me.json -f ./data-subdomain -p 3000 -b http://localhost:3000 -m .", "staging": "npx community-solid-server -c ./config/prod.json ./custom-config.json -f ./data --httpsKey /etc/letsencrypt/live/pivot.pondersource.com-0001/privkey.pem --httpsCert /etc/letsencrypt/live/pivot.pondersource.com-0001/fullchain.pem -p 443 -b https://pivot.pondersource.com -m .", "build": "npm run build:ts && npm run build:components", "build:components": "componentsjs-generator -s src -c dist/components -i .componentsignore -r pivot",