General clean up of files. Less debug. Less extra stuff.

This commit is contained in:
Scott Idem
2025-06-27 12:44:23 -04:00
parent bd0d96cb83
commit 9914fd1700
18 changed files with 82 additions and 128 deletions

View File

@@ -0,0 +1,11 @@
// 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);