2024-10-04 14:30:44 +02:00
|
|
|
|
2024-10-04 17:43:45 +02:00
|
|
|
window.cloudronApiOrigin = import.meta.env.VITE_API_ORIGIN || '';
|
|
|
|
|
|
2024-10-04 14:30:44 +02:00
|
|
|
import '@fortawesome/fontawesome-free/css/all.min.css';
|
|
|
|
|
import '@fontsource/noto-sans';
|
|
|
|
|
import 'bootstrap-sass';
|
2024-10-04 17:43:45 +02:00
|
|
|
import Chart from 'chart.js/auto';
|
|
|
|
|
|
2024-10-04 14:30:44 +02:00
|
|
|
import * as moment from 'moment/dist/moment.js';
|
|
|
|
|
|
|
|
|
|
// attach to global for compatibility
|
|
|
|
|
window.moment = moment.default;
|
2024-10-04 17:43:45 +02:00
|
|
|
window.Chart = Chart;
|