Skip to content

Commit a7a91af

Browse files
committed
hmm, adobe 2021 not picking up the cfpm changes
1 parent a4b4a99 commit a7a91af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

[email protected]

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"rewrites":{
1212
"enable":"true"
1313
},
14-
"webroot":"test-harness",
14+
"webroot":"test-harness",
1515
"aliases":{
1616
"/moduleroot/cbdebugger":"../"
1717
}
1818
},
1919
"openBrowser":"false",
20-
"cfconfig":{
20+
"cfconfig":{
2121
"file":".cfconfig.json"
2222
},
23-
"scripts" : {
24-
"onServerInstall": "cfpm zip,debugger,orm,mysql,postgresql,sqlserver,feed,chart"
25-
}
23+
"scripts":{
24+
"onServerInstall":"cfpm install zip,orm,mysql,postgresql,sqlserver,feed,chart,debugger"
25+
}
2626
}

0 commit comments

Comments
 (0)