Skip to content

Commit

Permalink
Revert "adds windows path restraint"
Browse files Browse the repository at this point in the history
This reverts commit 11b82d8.
  • Loading branch information
nichlaes committed Sep 2, 2024
1 parent fb7ded8 commit 1e3dba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions servers/lib/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ yarn clean # Deletes "build", "coverage", "dist" and other temp files
```

**NOTE:** The integration, end-to-end and http tests require a valid
`.env` file. Here is a sample file. Please note, if running on Windows
the LOCAL_PATH has to be relative in order for it to work. This is due to how
CloudCMD works.
`.env` file. Here is a sample file.

```ini
PORT='4001'
Expand Down
3 changes: 1 addition & 2 deletions servers/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ GRAPHQL_PLAYGROUND='false' or 'true'

The `LOCAL_PATH` variable is the absolute filepath to the
location of the local directory which will be served to users
by the Library microservice. Please note, that if run on Windows
the path needs to be relative, due to how CloudCMD works as of now.
by the Library microservice.

Replace the default values the appropriate values for your setup.
Please save this config in a file.
Expand Down

0 comments on commit 1e3dba1

Please sign in to comment.