This is a good start. Many key features are working again!!!
This commit is contained in:
11
src/routes/+page.server.ts
Normal file
11
src/routes/+page.server.ts
Normal 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);
|
||||
Reference in New Issue
Block a user