css
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
zhongjy001
2026-02-16 01:23:58 +08:00
parent 4c9790d140
commit 4d0db0c8df
3 changed files with 172 additions and 203 deletions

View File

@@ -5,7 +5,7 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({
plugins: [
laravel({
input: ['resources/css/app.css', 'resources/css/home.css', 'resources/js/app.js'],
input: ['resources/css/app.css', 'resources/css/home.css', 'resources/css/tool_index.css', 'resources/js/app.js'],
refresh: true,
}),
tailwindcss(),