// @ts-check import { defineConfig } from '@mcflyjs/config' // import testPlugin from './test-plugin.mjs' export default defineConfig({ server: {}, components: 'js', // plugins: [testPlugin()], // nitro: { // preset: 'netlify', // devServer: { // watch: ['../packages'], // }, // routeRules: { // '/chat': { // redirect: { // to: 'https://matrix.to/#/#mcfly:matrix.org', // statusCode: 302, // }, // }, // }, // compressPublicAssets: { // gzip: true, // brotli: true, // }, // compatibilityDate: '2024-12-08', // }, })