File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " azure-starter " ,
2+ "name" : " node-pg-start " ,
33 "version" : " 0.0.0" ,
44 "private" : true ,
5- "bin" : {
6- "azure-starter" : " ./bin/index.js"
7- },
85 "scripts" : {
96 "test" : " export NODE_ENV=test && mocha --recursive --require test/helpers" ,
107 "dev" : " nodemon ./bin/www" ,
4946 "mocha" : " ^9.2.2" ,
5047 "postcss-cli" : " ^7.1.0" ,
5148 "tailwindcss" : " ^1.2.0"
52- },
53- "azure" : {
54- "resourceGroup" : " rough-cloud-91" ,
55- "appName" : " rough-cloud-91-web" ,
56- "location" : " westus" ,
57- "planName" : " rough-cloud-91-web-plan" ,
58- "runtime" : " NODE|10.14" ,
59- "deployUser" : " rough-cloud-91-web-deployer" ,
60- "dbServerName" : " rough-cloud-91-pg" ,
61- "dbUser" : " admin_937" ,
62- "webSku" : " B1" ,
63- "dbSku" : " B_Gen5_1" ,
64- "siteUrl" : " https://rough-cloud-91-web.azurewebsites.net"
6549 }
6650}
You can’t perform that action at this time.
0 commit comments