Total Complexity | 1 |
Complexity/F | 0 |
Lines of Code | 10 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | // Import our CSS |
||
2 | import '@/css/app.css'; |
||
3 | |||
4 | // Accept HMR as per: https://vitejs.dev/guide/api-hmr.html |
||
5 | if (import.meta.hot) { |
||
6 | import.meta.hot.accept(() => { |
||
7 | console.log("HMR") |
||
8 | }); |
||
9 | } |
||
10 |