You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation (docs.preswald.com/quickstart) and Readme.md state that running preswald export should generate a dist/ directory with all assets needed to deploy a static site. However, running this command results in an error that the command is not recognized.
To Reproduce
Steps to reproduce the behavior:
Install preswald via pip pip install preswald
Run the following in terminal:
$ preswald init my_project
$ cd my_project
$ preswald export
Expected behavior
Expected the export command to execute and generate the dist/ directory as described in the docs.
Screenshots
Environment:
OS: Windows 11
Browser: Chrome
Version: 0.1.53
Additional context
Is this command deprecated or renamed in a newer version? Or is this feature still under development?
If it's removed, consider updating the docs to prevent confusion.
Thanks for the great tool, excited to use it!
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation (docs.preswald.com/quickstart) and Readme.md state that running
preswald export
should generate adist/
directory with all assets needed to deploy a static site. However, running this command results in an error that the command is not recognized.To Reproduce
Steps to reproduce the behavior:
pip install preswald
Expected behavior
Expected the export command to execute and generate the dist/ directory as described in the docs.
Screenshots
Environment:
Additional context
Is this command deprecated or renamed in a newer version? Or is this feature still under development?
If it's removed, consider updating the docs to prevent confusion.
Thanks for the great tool, excited to use it!
The text was updated successfully, but these errors were encountered: