-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mix to Vite migration Migrated from laravel mix to vite following official migration guide: https://laravel.com/docs/10.x/vite vite * StyleCI fixes. * StyleCI fixes. * Refactored code fixing some issues and replacing require with import. * StyleCI fixes. * Update app.js Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update app.js Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update preview.vue Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update preview.vue Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update preview.vue Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update preview.vue Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update preview.vue Co-authored-by: Mior Muhammad Zaki <[email protected]> * Update preview.vue Co-authored-by: Mior Muhammad Zaki <[email protected]> * Following same studly case * Typo in css property fixed: jusify-content -> justify-content * Unified telescope vendor build path * Refreshed the artifactes. --------- Signed-off-by: Mior Muhammad Zaki <[email protected]> Co-authored-by: Eugene Surov <[email protected]> Co-authored-by: Mior Muhammad Zaki <[email protected]>
- Loading branch information
1 parent
69ed39e
commit 46b85cd
Showing
21 changed files
with
1,781 additions
and
8,800 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"resources/js/app.css": { | ||
"file": "assets/app-078b96bc.css", | ||
"src": "resources/js/app.css" | ||
}, | ||
"resources/js/app.js": { | ||
"css": [ | ||
"assets/app-078b96bc.css" | ||
], | ||
"file": "assets/app-f966f027.js", | ||
"isEntry": true, | ||
"src": "resources/js/app.js" | ||
}, | ||
"resources/sass/app-dark.scss": { | ||
"file": "assets/app-dark-54427812.css", | ||
"isEntry": true, | ||
"src": "resources/sass/app-dark.scss" | ||
}, | ||
"resources/sass/app.scss": { | ||
"file": "assets/app-7fe7ae9e.css", | ||
"isEntry": true, | ||
"src": "resources/sass/app.scss" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.