[refactor] split up handler classes

This commit is contained in:
Janis
2023-06-29 00:56:33 +02:00
parent 9382572bd7
commit d1dca713aa
8 changed files with 3156 additions and 600 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
"@assets": "/src/assets",
"@interfaces": "/src/interfaces",
"@utils": "/src/utils",
"@handlers": "/src/handlers",
},
},
plugins: [react(), viteSingleFile({ useRecommendedBuildConfig: false })],