Dependency dedup (root vs. tilt-app/)
This repo currently has two SvelteKit projects nested: a root-level one and a tilt-app/ one. This is the same shape that bit Notflix and needs the same cleanup.
Tasks
Acceptance
Exactly one package.json describes the SvelteKit app (or workspace root + one child). No duplicate vite.config.ts / svelte.config.js outside the canonical location.
Dependency dedup (root vs.
tilt-app/)This repo currently has two SvelteKit projects nested: a root-level one and a
tilt-app/one. This is the same shape that bit Notflix and needs the same cleanup.Tasks
tilt-app/(newer, active branch of work). If yes:tilt-app/contents up to repo root (or formally adopttilt-app/as a workspace package and delete the root-level src)package.json,src/,vite.config.ts,svelte.config.js, etc. that duplicatetilt-app/pnpm install && pnpm test && pnpm e2eall still greentilt-app/is meant to coexist (e.g. as a workspace child), set up a properpnpm-workspace.yamland document the layout in READMEAcceptance
Exactly one
package.jsondescribes the SvelteKit app (or workspace root + one child). No duplicatevite.config.ts/svelte.config.jsoutside the canonical location.