-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Added config for STRICT_PORT (#263)
Added support for optional `STRICT_PORT` env. **Testing** - Create a `.env.development.local` file in the repo root and set `STRICT_PORT=true` - In another checkout of the plugins repo, run `npm start` (or you could run something else on port 4100)` - Run `npm start` in repo with the new env file. It should fail due to port already in use resolves #262
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
node_modules | ||
.vscode/ | ||
tsconfig.tsbuildinfo | ||
.env.*local | ||
|
||
# Ignore user IntelliJ settings | ||
.idea/ | ||
|
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