This commit is contained in:
Ren Amamiya 2023-05-08 10:40:01 +07:00
parent 5d9b440dc8
commit 841e8def88
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import { PageContextClient } from '@lume/renderer/types';
import { StrictMode } from 'react';
import { Root, createRoot, hydrateRoot } from 'react-dom/client';
import 'react-loading-skeleton/dist/skeleton.css';
import 'vidstack/styles/defaults.css';
export const clientRouting = true;

View File

@ -22,5 +22,5 @@
"strictNullChecks": false
},
"include": ["global.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "dist", "src-tauri"]
}