Skip to content

Commit

Permalink
Merge pull request #119 from flanksource/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
moshloop authored Apr 5, 2022
2 parents c6db008 + d31f8fe commit ecbf152
Show file tree
Hide file tree
Showing 171 changed files with 31,956 additions and 1,095 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SKIP_PREFLIGHT_CHECK=true
PORT=3004

REACT_APP_TEMP_USER_ID=2e8872ff-eaa1-473f-9fd9-823235804d30
REACT_APP_INCIDENT_COMMANDER_BASE_API=https://incident-commander.canary.lab.flanksource.com:443/db
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ yarn-debug.log*
yarn-error.log*
src/data/*.real.json
.vscode
.idea/

/src/setupProxy.js
10 changes: 5 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"semi": true,
"singleQuote": false,
"trailingComma": "none"
}
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"endOfLine": "auto"
}
Loading

0 comments on commit ecbf152

Please sign in to comment.