Skip to content

Commit

Permalink
#244 fix tailwind flag for run_with()
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jan 16, 2023
1 parent 1e5e089 commit e37789c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file modified examples/fastapi/start.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions nicegui/run_with.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def run_with(
globals.dark = dark
globals.binding_refresh_interval = binding_refresh_interval
globals.excludes = [e.strip() for e in exclude.split(',')]
globals.tailwind = True

app.on_event('startup')(lambda: handle_startup(with_welcome_message=False))
app.on_event('shutdown')(lambda: handle_shutdown())
Expand Down

0 comments on commit e37789c

Please sign in to comment.