Move SvelteKit to subfolder
SvelteKit moved to subfolder for sake of compartimentalization.
This commit is contained in:
parent
073296a90b
commit
c8d2640fea
25 changed files with 467 additions and 1 deletions
21
packages/.svelte-kit/generated/client/app.js
Normal file
21
packages/.svelte-kit/generated/client/app.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
export { matchers } from './matchers.js';
|
||||
|
||||
export const nodes = [
|
||||
() => import('./nodes/0'),
|
||||
() => import('./nodes/1'),
|
||||
() => import('./nodes/2')
|
||||
];
|
||||
|
||||
export const server_loads = [];
|
||||
|
||||
export const dictionary = {
|
||||
"/": [2]
|
||||
};
|
||||
|
||||
export const hooks = {
|
||||
handleError: (({ error }) => { console.error(error) }),
|
||||
|
||||
reroute: (() => {})
|
||||
};
|
||||
|
||||
export { default as root } from '../root.js';
|
Loading…
Add table
Add a link
Reference in a new issue