Skip to content

Commit aab9098

Browse files
committed
fix: ensure proper formatting by adding newline at the end of +layout.server.js
1 parent e591341 commit aab9098

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/(app)/+layout.server.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ export async function load({locals}) {
66
user: locals.user,
77
org_name: locals.org_name || 'BottleCRM'
88
};
9-
}
9+
}
10+
11+
export const ssr = false;

0 commit comments

Comments
 (0)