diff options
| author | grothedev <grothedev@gmail.com> | 2025-06-06 17:12:12 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-06-06 17:12:12 -0500 |
| commit | 6fd29943bf34243d7f2d199786a21f18f15930a4 (patch) | |
| tree | 460b5986b7e1a3a8942079cccfc7cf170b812a5d /vite.config.js | |
| parent | 1ac836f88a60cbae129e3a6427cbe5310f239a12 (diff) | |
i really gotta start working on this more consistently. pushing changes that i was recently working on, which was reworking the js. next i'm going to do the links system and see about using htmx more
Diffstat (limited to 'vite.config.js')
| -rwxr-xr-x | vite.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vite.config.js b/vite.config.js index 3d01ad3..84c2295 100755 --- a/vite.config.js +++ b/vite.config.js @@ -18,11 +18,11 @@ export default defineConfig({ 'resources/js/writing_show.js', 'resources/js/blood_gpu.js', 'resources/js/blood.js'], - refresh: true + refresh: true, }), ], server: { - host: true, - cors: true + host: '192.168.1.171', + cors: true, } }); |
