This commit is contained in:
2026-03-22 00:48:52 +01:00
parent 7c400ad227
commit 19aca537cf
2 changed files with 35 additions and 5 deletions

4
vite/index.js Normal file
View File

@@ -0,0 +1,4 @@
// src/vite/index.js
import sigproRouterPlugin from './sigproRouter.js';
export const sigproRouter = sigproRouterPlugin;
export default sigproRouterPlugin;