mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 08:41:15 +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();
|
|
});
|