mirror of
https://github.com/lumehq/lume.git
synced 2025-03-29 03:02:14 +01:00
clean up
This commit is contained in:
parent
5d9b440dc8
commit
841e8def88
@ -4,7 +4,6 @@ import { PageContextClient } from '@lume/renderer/types';
|
|||||||
|
|
||||||
import { StrictMode } from 'react';
|
import { StrictMode } from 'react';
|
||||||
import { Root, createRoot, hydrateRoot } from 'react-dom/client';
|
import { Root, createRoot, hydrateRoot } from 'react-dom/client';
|
||||||
import 'react-loading-skeleton/dist/skeleton.css';
|
|
||||||
import 'vidstack/styles/defaults.css';
|
import 'vidstack/styles/defaults.css';
|
||||||
|
|
||||||
export const clientRouting = true;
|
export const clientRouting = true;
|
||||||
|
@ -22,5 +22,5 @@
|
|||||||
"strictNullChecks": false
|
"strictNullChecks": false
|
||||||
},
|
},
|
||||||
"include": ["global.d.ts", "**/*.ts", "**/*.tsx"],
|
"include": ["global.d.ts", "**/*.ts", "**/*.tsx"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules", "dist", "src-tauri"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user