I built my monorepo based on the link you suggested: https://vercel.com/templates/svelte/turborepo-sveltekit-starter
There's a folder apps/web, which we are NOT going to change.
Suggest a monorepo organization, containing another project called chatbot, which follows the architecture: Svelte + Sveltekit + Typescript + SkeletonUI.
Show which files need to be changed in order to make sure the new project chatbot is included properly into the Vite build.
In addition, provide a "Hello World" for a typical SkeletonUI app, so that I can test the build in the browser.