Skip to content

Commit

Permalink
hotfix: revert files commited by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbolikowski committed Feb 12, 2024
1 parent 0105c5c commit 49e41c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
NODE_ENV=development
#NX_API_URL=http://localhost:3003/api
#NX_S3_UPLOAD_SIGN_URL=http://localhost:3003/s3/sign
NX_API_URL=https://connect-api.redi-school.org/api
NX_S3_UPLOAD_SIGN_URL=https://connect-api.redi-school.org/s3/sign
NX_API_URL=http://localhost:3003/api
NX_S3_UPLOAD_SIGN_URL=http://localhost:3003/s3/sign
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
}
]
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"editor.codeActionsOnSave": { "source.organizeImports": true },
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js, ${capture}.typegen.ts, ${capture}.graphql, ${capture}.generated.ts",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
Expand Down

0 comments on commit 49e41c4

Please sign in to comment.