🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-07-10 16:32:08 +02:00
parent 94644f0671
commit 16df5bfce4
5 changed files with 45 additions and 4 deletions

4
dev.js
View File

@ -1,6 +1,6 @@
import Fastify from 'fastify';
import authApi from './src/api/auth/default.js';
import userApi from './src/api/user/default.js';
import authApi from './api/auth/default.js';
import userApi from './api/user/default.js';
const loggerOption = {
transport: {