Closed diegomura closed 2 weeks ago
Latest commit: 6c1d9406af5cb013ba07c57ec549dd7d2d5ab997
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Add support for having multiple examples dirs in the
examples
package so I can start testing multiple scenarios and frameworks. In here I created 2 simple NextJS apps, one using version 14 and the other 15.To run a specific example, just run
yarn dev <name>