setup chackra component lib + refactor hello world example

This commit is contained in:
Davide Frageri 2025-07-11 01:55:47 +02:00
parent dc912082cd
commit 245693021b
7 changed files with 96 additions and 45 deletions

View file

@ -7,6 +7,9 @@ const __dirname = dirname(__filename);
const compat = new FlatCompat({
baseDirectory: __dirname,
experimental: {
optimizePackageImports: ["@chakra-ui/react"],
},
});
const eslintConfig = [