mirror of https://github.com/4xmen/xshop.git
8 lines
316 B
PHTML
8 lines
316 B
PHTML
@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
|