feat: restructure project and update documentation

This commit is contained in:
2026-03-22 01:10:30 +01:00
parent 07d1fb0060
commit b95af97596
148 changed files with 3707 additions and 20260 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;