From f1cad257770207dbb6da5b1eb7a47a3217aad4c5 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 15 Mar 2026 00:15:07 +0800 Subject: [PATCH] chore: touch config files to normalize commit messages --- .node-version | 2 +- components.json | 1 + postcss.config.cjs | 1 + tailwind.config.cjs | 1 + tsconfig.node.json | 2 +- vite.config.ts | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) 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_"], })); +