- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
9 lines
283 B
JavaScript
9 lines
283 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').CharacterReferences} CharacterReferences
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Quote} Quote
|
|
* @typedef {import('./lib/index.js').Space} Space
|
|
*/
|
|
|
|
export {toHtml} from './lib/index.js'
|