You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build pipeline is configured to start the test frontend using dev mode. That means that there is a file watcher running and it's forcing us to complicate our configs with a CHOKIDAR_USEPOLLING flag. Let's use a real production build of the test frontend instead, and let's remove that CHOKIDAR_USEPOLLING flag.
The build pipeline is configured to start the test frontend using dev mode. That means that there is a file watcher running and it's forcing us to complicate our configs with a
CHOKIDAR_USEPOLLING
flag. Let's use a real production build of the test frontend instead, and let's remove thatCHOKIDAR_USEPOLLING
flag.https://github.com/synapsestudios/oidc-platform/blob/master/.github/workflows/build.yml#L195
The text was updated successfully, but these errors were encountered: