UNPKG

@fontoxml/fontoxml-development-tools

Version:

Development tools for Fonto.

17 lines (15 loc) 392 B
'use strict'; module.exports = () => { return { scope: { // TODO 👉: Change the default document(s) to load when using the development server. // For more information: // https://documentation.fontoxml.com/latest/development-server-4fe6e4d66c2a documentIds: ['INSERT_FALLBACK_DOCUMENT.xml'], user: { id: 'fonto-user', displayName: 'Fonto User', }, }, }; };