Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 798069f

Browse files
authored
Config/component update (#81)
1 parent 46b54ee commit 798069f

File tree

164 files changed

+11869
-4297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+11869
-4297
lines changed

bin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
npx mix --production
3+
npm run build

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"php": "^8.0|^8.1|^8.2",
2525
"illuminate/filesystem": "^9.0|^10.0",
2626
"illuminate/support": "^9.0|^10.0",
27-
"illuminate/view": "^9.0|^10.0"
27+
"illuminate/view": "^9.0|^10.0",
28+
"spatie/laravel-package-tools": "^1.14"
2829
},
2930
"require-dev": {
3031
"blade-ui-kit/blade-heroicons": "^2.0",

0 commit comments

Comments
 (0)