Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(frontend): update IntelliJ IDEA configuration
Enable Telepresence support by creating two IntelliJ IDEA run configurations: - backend (telepresence): runs the backend, assuming that a Telepresence intercept has been created, like so: telepresence intercept greenstar-backend \ --port 8000:http \ --env-file ./backend/intercept.env - frontend (telepresence): runs the frontend, assuming that a Telepresence intercept has been created, like so: telepresence intercept greenstar-frontend \ --port 8080:http \ --env-file ./frontend/intercept.env [skip ci]
- Loading branch information