mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
import authManager from "~~/server/internal/auth";
|
|
|
|
export default defineNitroPlugin(async () => {
|
|
await authManager.init();
|
|
});
|