Remove tls from vite config
This commit is contained in:
parent
6db15928ac
commit
efe791def7
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue