Skip to content

Commit

Permalink
Update abstra-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed Aug 18, 2023
1 parent 9e11730 commit edb4c5a
Show file tree
Hide file tree
Showing 145 changed files with 241 additions and 244 deletions.
5 changes: 1 addition & 4 deletions abstra_server/apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ def serve(workspace_root: Path, port: int, debug, use_reloader, load_dotenv):
os.environ["ABSTRA_API_TOKEN"] = credential

app = create_app(api)
if debug:
threading.Timer(
1, lambda: webbrowser.open(f"http://{HOST}:{port}/_editor")
).start()
threading.Timer(1, lambda: webbrowser.open(f"http://{HOST}:{port}/_editor")).start()
app.run(
host=HOST,
port=port,
Expand Down

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

This file was deleted.

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

2 changes: 0 additions & 2 deletions abstra_statics/dist/assets/BackButton.38e76e75.js

This file was deleted.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/BackButton.677abc51.js

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

2 changes: 0 additions & 2 deletions abstra_statics/dist/assets/BackButton.cd31ec0c.js

This file was deleted.

2 changes: 2 additions & 0 deletions abstra_statics/dist/assets/BackButton.ec736006.js

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

4 changes: 0 additions & 4 deletions abstra_statics/dist/assets/Builds.ddad88aa.js

This file was deleted.

4 changes: 4 additions & 0 deletions abstra_statics/dist/assets/Builds.f10692eb.js

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

Loading

0 comments on commit edb4c5a

Please sign in to comment.