Remove FE_BUILD_DIR build config

This commit is contained in:
Alex Gleason
2023-09-18 18:57:34 -05:00
parent b0d46987a4
commit 199d5d9f37
3 changed files with 1 additions and 19 deletions

View File

@ -118,7 +118,7 @@ When compiling Soapbox, environment variables may be passed to change the build
For example:
```sh
NODE_ENV="production" FE_BUILD_DIR="public" FE_SUBDIRECTORY="/soapbox" yarn build
NODE_ENV="production" FE_SUBDIRECTORY="/soapbox" yarn build
```
### `NODE_ENV`
@ -147,16 +147,6 @@ Options:
Default: `""`
### `FE_BUILD_DIR`
The folder to put build files in. This is mostly useful for CI tasks like GitLab Pages.
Options:
- Any directory name, eg `"public"`
Default: `"dist"`
### `FE_SUBDIRECTORY`
Subdirectory to host Soapbox out of.