forked from wts/wts
公开完整前后端的代码
This commit is contained in:
7
front/src/routes/+layout.ts
Normal file
7
front/src/routes/+layout.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { LayoutLoad } from './$types';
|
||||
|
||||
export const load = (async () => {
|
||||
return {};
|
||||
}) satisfies LayoutLoad;
|
||||
|
||||
export const prerender = true;
|
||||
Reference in New Issue
Block a user