hugo-theme-cyberscopes/assets/js/main-xp-bootstrap.ts

7 lines
181 B
TypeScript

import * as bootstrap from 'bootstrap'
export { bootstrap }
import { api, polling } from './settings'
import { config, pvapp } from './common'
pvapp.run(config(api, polling), [])