Explorar el Código

use file name matching folder instead of index.js for subfolders

Jason Gorst hace 4 días
padre
commit
7b41b7c3c1

+ 2 - 0
server/socketio/handlers.js

@@ -0,0 +1,2 @@
+export * from "./handlers/characterHandlers.js"
+export * from "./handlers/userHandlers.js"

+ 0 - 2
server/socketio/handlers/index.js

@@ -1,2 +0,0 @@
-export * from "./characterHandlers.js"
-// export * from "./userHandlers.js"

+ 1 - 0
server/socketio/middlewares.js

@@ -0,0 +1 @@
+export * from "./middlewares/authMiddleware.js"

+ 0 - 1
server/socketio/middlewares/index.js

@@ -1 +0,0 @@
-export * from "./authMiddleware.js"