Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sojeda committed Jan 2, 2024
1 parent 2ddcd88 commit bad129d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,6 @@
<body class="antialiased">
<div id="app"></div>

@viteReactRefresh @vite('resources/js/App.tsx')
@viteReactRefresh @vite('resources/js/app.tsx')
</body>
</html>
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import checker from "vite-plugin-checker";
export default defineConfig({
plugins: [
laravel({
input: ["resources/css/app.css", "resources/js/App.tsx"],
input: ["resources/css/app.css", "resources/js/app.tsx"],
refresh: true,
}),
react(),
Expand Down

0 comments on commit bad129d

Please sign in to comment.