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
Move the package.json back up to top level directory. The bun install should install everything required by our won framework, then move down to the generatedsvelte directory and install svelte dependencies.
bun run build should compile using our framework first - generating the intermediate artifacts - then move down to the generatedsvelte directory and build the svelte project.