mirror of
https://github.com/lumehq/lume.git
synced 2025-09-26 21:36:17 +02:00
clean up
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user