-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from ChuckJonas/windows
Windows & removal or local mode
- Loading branch information
Showing
19 changed files
with
285 additions
and
1,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"presets": [ | ||
"@babel/env", | ||
"@babel/typescript", | ||
"@babel/react" | ||
|
||
], | ||
"plugins": [ | ||
["@babel/plugin-proposal-decorators", { "legacy": true }], | ||
["react-hot-loader/babel"], | ||
[ | ||
"import", | ||
{ | ||
"libraryName": "antd", | ||
"style": true, | ||
"libraryDirectory": "es" | ||
} | ||
], | ||
["@babel/plugin-proposal-class-properties", { "loose": true }], | ||
["@babel/proposal-object-rest-spread"] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Trusting Localhost | ||
|
||
For cases where you cannot `Allow Insecure Localhost` (or aren't using chrome): | ||
|
||
1. run `openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout ./config/cert/server.key -out ./config/cert/server.crt -extensions san -config ./config/cert/dev.conf` | ||
2. in "package.json" update the `npm start` with `--cert ./config/cert/server.crt --key ./config/cert/server.key` | ||
3. install the newly created cert `config/cert/server.crt` in [keychain and set trust to "Always"](https://www.youtube.com/watch?v=TGrX8XgSuZ4) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
config/sfdc-cors-enable/corsWhitelistOrigins/http_localhost.corsWhitelistOrigin
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
config/sfdc-cors-enable/corsWhitelistOrigins/https_localhost.corsWhitelistOrigin
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.