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.