import { defineConfig } from "winterspec" export default defineConfig({ routesDirectory: "./routes", platform: "node", })