Skip to content

Commit

Permalink
Merge pull request #449 from range-of-motion/add-js-for-prototype-to-…
Browse files Browse the repository at this point in the history
…vite-config

Add JS for prototype to Vite config
  • Loading branch information
range-of-motion authored Dec 3, 2023
2 parents e38446c + 8e766e1 commit 160627d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
'resources/assets/sass/app.scss',
'resources/assets/css/tailwind.css',
'resources/assets/js/app.js',
'resources/assets/js/prototype/app.js',
]),
vue(),
],
Expand Down

0 comments on commit 160627d

Please sign in to comment.