This is a good start. Many key features are working again!!!

This commit is contained in:
Scott Idem
2024-02-15 18:53:26 -05:00
parent 19f9983c9a
commit a3d4354ef4
20 changed files with 3513 additions and 101 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);