feat: add build
Some checks failed
Build and release / Build (push) Successful in 14s
Build and release / update-release-draft (push) Successful in 2s
Build and release / Release (push) Failing after 7s

This commit is contained in:
Morten Olsen
2025-10-16 22:07:56 +02:00
parent 11828da073
commit 06240ed656
19 changed files with 270 additions and 23 deletions

View File

@@ -1,8 +1,9 @@
import { type FastifyPluginAsync } from 'fastify';
import { z } from 'zod';
import { manageEndpoints } from './endpoints/endpoints.manage.ts';
import { authPlugin } from './plugins/plugins.auth.ts';
import { messageEndpoints } from './endpoints/endpoints.message.ts';
import { z } from 'zod';
const api: FastifyPluginAsync = async (fastify) => {
fastify.route({