mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { Transmit } from '@adonisjs/transmit-client'
|
|
|
|
export const transmit = new Transmit({
|
|
baseUrl: window.location.origin
|
|
})
|