diff --git a/dashboard/esbuild.config.js b/dashboard/esbuild.config.js index b018f07..40fe839 100644 --- a/dashboard/esbuild.config.js +++ b/dashboard/esbuild.config.js @@ -8,4 +8,5 @@ require('esbuild').build({ splitting: true, format: 'esm', watch: !__is_prod__, + logLevel: 'info', }); diff --git a/dashboard/src/App.tsx b/dashboard/src/App.tsx index c05f223..a1700c6 100644 --- a/dashboard/src/App.tsx +++ b/dashboard/src/App.tsx @@ -6,7 +6,9 @@ import { BrowserRouter } from 'react-router-dom'; export default function Example() { return ( - + +

Dashboard

+
); }