Skip to content

Commit a1c52f6

Browse files
committed
Rename project from azure-starter to node-pg-start and remove Azure-specific configurations
1 parent 9d2b927 commit a1c52f6

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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",
@@ -49,18 +46,5 @@
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
}

0 commit comments

Comments
 (0)