Skip to content

Commit

Permalink
Merge pull request #13 from daronspence/patch-1
Browse files Browse the repository at this point in the history
Fix typo in vite plugins section
  • Loading branch information
lepikhinb authored Mar 15, 2023
2 parents 6e5381e + 1b60869 commit 07deac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ import { defineConfig } from "vite"
import { watch } from "vite-plugin-watch"

export default defineConfig({
plugins: [
watch({
pattern: "routes/*.php",
command: "php artisan trail:generate",
Expand Down

0 comments on commit 07deac2

Please sign in to comment.