// export const ssr = false; // export const prerender = true // export const prerender = false; // export const trailingSlash = 'always'; // 'never' | 'always' | 'ignore' // import { TESTING } from '$env/static/private'; // console.log(`Aether Config - TESTING:`, TESTING); // import { PRIVATE_TESTING } from '$env/static/private'; // console.log(`Aether Config - TESTING:`, PRIVATE_TESTING);