Development
Building the Plugin
From the project root:
bash
npm run build
# or
pnpm buildThis runs the TypeScript compiler and outputs to dist/.
Development Mode
To work on the plugin with automatic rebuilds on change:
bash
npm run dev
# or
pnpm devThis runs the TypeScript compiler in watch mode. Use npm link to test the plugin in another Vite project while developing (see Contributing).
