Commit bcc64ec5 authored by Ben Hayward's avatar Ben Hayward

Removing temp files

1 merge request!762Updated URL regex for hashtags to disregard hashes used mid-sentence. #2361
Pipeline #115008508 failed with stages
in 5 minutes and 58 seconds
......@@ -12,7 +12,7 @@
"build-dev": "npm run build:dev",
"serve-dev": "npm run server:ssr",
"build:dev": "ng build --output-path dist --deploy-url=/ --watch=true --poll=800",
"serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true --proxy-config proxy.conf.json",
"serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true",
"test": "ng test",
"lint": "ng lint",
"e2e": "cypress run --debug",
......
{
"/api": {
"target": "http://localhost:80",
"secure": false
},
"/fs": {
"target": "http://localhost:80",
"secure": false
},
"/icon": {
"target": "http://localhost:80",
"secure": false
},
"/carousel": {
"target": "http://localhost:80",
"secure": false
}
}
Please register or to comment