UNPKG

@mattmazzola/ui

Version:

Administration user interface for creating, training, and testing bots created using Conversation Learner

8 lines (7 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var path = require("path"); var directoryPath = __dirname; exports.directoryPath = directoryPath; var defaultFilePath = path.join(directoryPath, 'index.html'); exports.defaultFilePath = defaultFilePath;