Browse Source

refactor: fix ssl

3.x
wallo 1 year ago
parent
commit
d896e51028
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      vite.config.js

+ 0
- 1
vite.config.js View File

15
                 'app/Livewire/**',
15
                 'app/Livewire/**',
16
                 'app/Filament/**',
16
                 'app/Filament/**',
17
             ],
17
             ],
18
-            detectTls: true,
19
         }),
18
         }),
20
     ],
19
     ],
21
 });
20
 });

Loading…
Cancel
Save