server for rowboatx

This commit is contained in:
Ramnique Singh 2025-12-02 13:24:58 +05:30
parent ae877e70ae
commit 9ad6331fbc
38 changed files with 2223 additions and 1088 deletions

View file

@ -1,5 +1,5 @@
import twitterPodcast from './twitter-podcast.json' with { type: 'json' };
import { Example } from '../application/entities/example.js';
import { Example } from '../entities/example.js';
import z from 'zod';
export const examples: Record<string, z.infer<typeof Example>> = {