build: 🐛 export renaming

This commit is contained in:
Mathis H (Avnyr) 2024-04-24 16:56:05 +02:00
parent 95dd3f36bf
commit fa93b24ccc
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -1,2 +1,2 @@
export * from './jwt.service'; export * from './jwt.service';
export * from './mysql.service' export * as MySqlService from './mysql.service'