diff options
| author | grothedev <grothedev@gmail.com> | 2026-03-06 12:10:13 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2026-03-06 12:10:13 -0600 |
| commit | ed4b7b02653c6653cad9785fb16f39fcd41eb030 (patch) | |
| tree | 37c521b24ef3b4ea3dcb7a5107a86c47b9b9e1e6 /vite.config.js | |
| parent | d0304c13cbd5671c8020a142ec8c504d8a29b63c (diff) | |
rate limiting, some authorization for some routes
Diffstat (limited to 'vite.config.js')
| -rwxr-xr-x | vite.config.js | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/vite.config.js b/vite.config.js index 84c2295..b368fe9 100755 --- a/vite.config.js +++ b/vite.config.js @@ -5,19 +5,8 @@ export default defineConfig({ plugins: [ laravel({ input: [ - 'resources/css/app.css', - 'resources/css/skeleton.css', - 'resources/css/normalize.css', - 'resources/css/style.css', - 'resources/css/writings.css', - 'resources/css/jstoys.css', - 'resources/js/main.js', - 'resources/js/marked.js', - 'resources/js/writing_index.js', - 'resources/js/writing_create.js', - 'resources/js/writing_show.js', - 'resources/js/blood_gpu.js', - 'resources/js/blood.js'], + 'resources/js/app.js', + ], refresh: true, }), ], |
