templates for self-hosting game jams (or any other kind of jam tbh)
1// @ts-check 2import { defineConfig } from 'astro/config'; 3 4// https://astro.build/config 5export default defineConfig({});