apex-nitro
Version:
Your essential APEX companion
12 lines (9 loc) • 357 B
JavaScript
;
module.exports = {
notifySuccessCSS: 'CSS was injected successfully.',
notifySuccessJS: 'JavaScript was reloaded successfully.',
notifySuccessOther: 'Files were reloaded successfully.',
notifyTitle: 'APEX Nitro',
notifyError: 'There was an error with your code. Check the terminal for more info.',
notifyLaunched: 'is now running.'
};