Skip to content

Commit

Permalink
chore(frontend): update IntelliJ IDEA configuration
Browse files Browse the repository at this point in the history
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
arikkfir committed Sep 5, 2023
1 parent bfb7f38 commit 2b2f7b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions e2e.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/e2e" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit 2b2f7b8

Please sign in to comment.