Skip to content

Commit

Permalink
PLEASE AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 6, 2024
1 parent 9c4bbb5 commit 9139082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/express-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"type": "module",
"main": "backend.js",
"main": "app.js",
"scripts": {
"dev": "npx nodemon backend.js",
"lint": "npx eslint .",
Expand Down
8 changes: 0 additions & 8 deletions packages/express-backend/web.config
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<!-- More configuration here -->

<!-- Add customErrors mode="Off" before </system.web> closing tag -->
<customErrors mode="Off" />
</system.web>

<system.webServer>
<!-- More configuration here -->
<directoryBrowse enabled="true" />
<httpProtocol>
<customHeaders>
Expand Down

0 comments on commit 9139082

Please sign in to comment.