Bazel + Sveltekit
The my-app application was created using
my-app
pnpm create svelte@latest my-app
The development server works:
bazel run //my-app:devserver
We can also run tests
bazel test //my-app:vitest