mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
This configuration works but patch-package doesn't take (yt)
This commit is contained in:
@@ -174,5 +174,5 @@
|
||||
|
||||
@endsection
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/accounts/index.js'])
|
||||
@vite(['src/pages/accounts/index.js'])
|
||||
@endsection
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/administrations/create.js'])
|
||||
@vite(['src/pages/administrations/create.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/administrations/edit.js'])
|
||||
@vite(['src/pages/administrations/edit.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/administrations/index.js'])
|
||||
@vite(['src/pages/administrations/index.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
@@ -54,5 +54,5 @@
|
||||
|
||||
@endsection
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/dashboard/dashboard.js'])
|
||||
@vite(['src/pages/dashboard/dashboard.js'])
|
||||
@endsection
|
||||
|
@@ -68,7 +68,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@yield('styles')
|
||||
@vite(['resources/assets/v2/sass/app.scss'])
|
||||
@vite(['src/sass/app.scss'])
|
||||
|
||||
|
||||
</head>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/transactions/create.js'])
|
||||
@vite(['src/pages/transactions/create.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/transactions/edit.js'])
|
||||
@vite(['src/pages/transactions/edit.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/transactions/index.js'])
|
||||
@vite(['src/pages/transactions/index.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@extends('layout.v2')
|
||||
@section('scripts')
|
||||
@vite(['resources/assets/v2/pages/transactions/show.js'])
|
||||
@vite(['src/pages/transactions/show.js'])
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="app-content">
|
||||
|
Reference in New Issue
Block a user