Files
investbrain/resources/js/bootstrap.js
T
hackerESQ 66889abc72 Migrate to laravel ai sdk (#181)
Also
* upgrade to livewire 4
* replace rappsoft tables with filament
2026-03-13 15:21:22 -05:00

8 lines
196 B
JavaScript

import ApexCharts from 'apexcharts'
window.ApexCharts = ApexCharts;
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';