diff --git a/.node-version b/.node-version index d135defb..1d9b7831 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.12.0 \ No newline at end of file +22.12.0 diff --git a/components.json b/components.json index 6a4cdb69..f778d886 100644 --- a/components.json +++ b/components.json @@ -19,3 +19,4 @@ "hooks": "@/hooks" } } + diff --git a/postcss.config.cjs b/postcss.config.cjs index 12a703d9..c21c0763 100644 --- a/postcss.config.cjs +++ b/postcss.config.cjs @@ -4,3 +4,4 @@ module.exports = { autoprefixer: {}, }, }; + diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 65bd50a0..9f846b1b 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -170,3 +170,4 @@ module.exports = { }, plugins: [], }; + diff --git a/tsconfig.node.json b/tsconfig.node.json index 15123cb9..bf1bbe05 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -17,4 +17,4 @@ "vite.config.ts", "vitest.config.ts" ] -} \ No newline at end of file +} diff --git a/vite.config.ts b/vite.config.ts index ea808127..c1e431a6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -29,3 +29,4 @@ export default defineConfig(({ command }) => ({ clearScreen: false, envPrefix: ["VITE_", "TAURI_"], })); +