RevenueCat / purchases-js

MIT License
5 stars 3 forks source link

[EXTERNAL] Fix storybook development mode (#145) contributed by @AbraaoAlves #146

Closed tonidero closed 3 months ago

tonidero commented 3 months ago

Motivation / Description

Storybook dev mode is broken

image

To reproduce, just run:

npm install
npm run storybook

Storybook breaks because some svelte files are importing types from ts files like runtime code, not just types.

Changes introduced

Linear ticket (if any)

Additional comments

Motivation / Description

Changes introduced

Linear ticket (if any)

Additional comments

This was contributed by @AbraaoAlves in #145