mirror of
https://github.com/10h30/jpadventure.git
synced 2026-05-12 23:31:26 +09:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
// @ts-check
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({});
|