The constants
import code from './main.converse'
export default {
code,
constants: {
URL: 'http://test.com'
}
}Use in the conversational script
test() {
> My website is { URL }
}Last updated
import code from './main.converse'
export default {
code,
constants: {
URL: 'http://test.com'
}
}test() {
> My website is { URL }
}Last updated