Remove tls from vite config

This commit is contained in:
Julien Nahum 2023-08-19 09:38:40 +03:00
parent 6db15928ac
commit efe791def7
1 changed files with 1 additions and 2 deletions

3
vite.config.js vendored
View File

@ -11,8 +11,7 @@ export default defineConfig({
laravel({ laravel({
input: [ input: [
'resources/js/app.js' 'resources/js/app.js'
], ]
valetTls: 'opnform.test'
}), }),
vue({ vue({
template: { template: {