Update index.js

This commit is contained in:
Natxo
2026-03-16 23:10:23 +01:00
committed by GitHub
parent 61bf755477
commit 116c35735c

View File

@@ -5,7 +5,7 @@ export * from './sigpro.js';
// 2. Import and re-export the Vite Router Plugin // 2. Import and re-export the Vite Router Plugin
// This allows users to import { sigproRouter } directly from the package // This allows users to import { sigproRouter } directly from the package
import sigproRouter from './vite-plugin-sigpro.js'; import sigproRouter from './sigpro-router-plugin.js';
export { sigproRouter }; export { sigproRouter };
// 3. Default export for the global namespace (optional) // 3. Default export for the global namespace (optional)