mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
First page for currency exchange rates.
This commit is contained in:
@@ -46,3 +46,6 @@ mix.js('src/webhooks/index.js', 'build/webhooks').vue({version: 2});
|
||||
mix.js('src/webhooks/create.js', 'build/webhooks').vue({version: 2});
|
||||
mix.js('src/webhooks/edit.js', 'build/webhooks').vue({version: 2});
|
||||
mix.js('src/webhooks/show.js', 'build/webhooks').vue({version: 2}).copy('build','../../../public/v1/js')
|
||||
|
||||
// exchange rates
|
||||
mix.js('src/exchange-rates/index.js', 'build/exchange-rates').vue({version: 2});
|
||||
|
Reference in New Issue
Block a user