Fix pc run backend only (#118)

This commit is contained in:
Nikhil Rao 2022-12-15 23:07:54 -08:00 committed by GitHub
parent ba2ae70ee4
commit 2496c3fb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ def run(
Exit: If the app is not initialized. Exit: If the app is not initialized.
""" """
# Check that the app is initialized. # Check that the app is initialized.
if not utils.is_initialized(): if frontend and not utils.is_initialized():
utils.console.print( utils.console.print(
"[red]The app is not initialized. Run [bold]pc init[/bold] first." "[red]The app is not initialized. Run [bold]pc init[/bold] first."
) )

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pynecone-io" name = "pynecone-io"
version = "0.1.9" version = "0.1.10"
description = "The easiest way to build web apps." description = "The easiest way to build web apps."
license = "Apache-2.0" license = "Apache-2.0"
authors = [ authors = [