mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
|
import { defineConfig } from 'astro/config';
|
||
|
|
||
|
// https://astro.build/config
|
||
|
export default defineConfig({});
|