Fix import path for sigproRouter

This commit is contained in:
Natxo
2026-03-15 23:54:54 +01:00
committed by GitHub
parent cdb8ed2226
commit 7551f81e2a

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 './vite-plugin-sigpro.js';
export { sigproRouter }; export { sigproRouter };
// 3. Default export for the global namespace (optional) // 3. Default export for the global namespace (optional)