Skip to content

Commit

Permalink
Include antlers
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Feb 4, 2025
1 parent 9ff01ef commit 7613e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ vendor/
package-lock.json
composer.lock
tests/**/*.blade.php
tests/**/*.antlers.html
src/View/Debugbar/AntlersProfiler/resources/chart.js
src/View/Debugbar/AntlersProfiler/resources/tabulator.css
src/View/Debugbar/AntlersProfiler/resources/tabulator.min.js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test-watch": "npm run test -- --watch --notify",
"frontend-dev": "vite -c vite-frontend.config.js",
"frontend-build": "vite build -c vite-frontend.config.js",
"prettier:format": "prettier --write \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,css}\"",
"prettier:check": "prettier --check \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,css}\""
"prettier:format": "prettier --write \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,antlers.html,css}\"",
"prettier:check": "prettier --check \"**/*.{js,ts,jsx,tsx,cjs,cts,mjs,mts,vue,blade.php,antlers.html,css}\""
},
"dependencies": {
"@floating-ui/dom": "^1.2.5",
Expand Down

0 comments on commit 7613e1c

Please sign in to comment.