mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
316 B
PHTML
8 lines
316 B
PHTML
6 months ago
|
@if(config('app.debug') && !config('app.deployed'))
|
||
|
<!-- Scripts -->
|
||
|
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
|
||
|
@else
|
||
|
<link rel="stylesheet" href="{{asset('build/assets/app-B_xQQxAx.css')}}">
|
||
|
<script src="{{asset('build/assets/app-1AxZ3O2-.js')}}" defer type="module"></script>
|
||
|
@endif
|