Files
vercel__workflow/workbench/sveltekit/turbo.json
2025-11-29 21:21:49 -08:00

10 lines
161 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"outputs": [".svelte-kit/**", "build/**"]
}
}
}