Skip to content

Commit

Permalink
test https config for vite
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Nov 2, 2023
1 parent 453168b commit b9e0e96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite';
import {defineConfig} from 'vite';
import laravel from 'laravel-vite-plugin';

export default defineConfig({
server: {
https: true
},
plugins: [
laravel({
input: [
Expand Down

0 comments on commit b9e0e96

Please sign in to comment.