schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.19k stars 73 forks source link

Could not find an option named "no-ssr" #107

Closed JannieT closed 1 year ago

JannieT commented 1 year ago

Description

Following the documentation for creating a static site, I run into the following error message:

Could not find an option named "no-ssr"

Steps to reproduce

jaspr create -t client policy
cd policy
jaspr serve --no-ssr

jaspr version 0.8.0


What a cool project this is! Só excited to have discovered it.

JannieT commented 1 year ago

Oops! Found in the 0.7..0 release notes that the flag has moved to the pubspec.yaml file.