Create a minimal, focused playground that demonstrates how @hawk.so/javascript catches different types of errors in Svelte applications.
Tasks
Acceptance Criteria
- Playground starts successfully with yarn dev
- @hawk.so/javascript can be imported and initializes without errors
- Each test page clearly demonstrates one specific error triggering pattern
- README provides complete documentation for setup and usage