Import sveltekit modules ($app/*
) in private package in monorepo
#7858
Unanswered
jameslounds
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo with a svelte components package. The package is not packaged by
@sveltejs/package
, I import them as a module and use directly, as in the Vercel Sveltekit Turborepo starter.Is there a wayIi can import modules like
$app/stores
, or$app/navigation
so my shared components can get the current url, or navigate to a page?Beta Was this translation helpful? Give feedback.
All reactions