revert back from .env attempt

This commit is contained in:
JCEEE
2026-06-23 22:47:02 +01:00
parent 95d9db3de4
commit be572b487a
7 changed files with 32 additions and 384 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { DEBUG_RECORD_ID } from '../../../../config';
export async function load({ locals }) {
export async function load() {
return {
recordId: DEBUG_RECORD_ID
};