astro-icinga/astro.config.mjs

7 lines
168 B
JavaScript
Raw Permalink Normal View History

2025-04-10 22:55:43 +02:00
// @ts-check
import { defineConfig } from 'astro/config';
2025-04-11 00:21:34 +02:00
process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0;
2025-04-10 22:55:43 +02:00
// https://astro.build/config
export default defineConfig({});