UNPKG

baseai

Version:

The Web AI Framework Dev - BaseAI.dev

12 lines (7 loc) 259 B
#!/usr/bin/env node import { install } from 'source-map-support'; import { fileURLToPath } from 'url'; install(); const __filename = fileURLToPath(import.meta.url); const distPath = new URL('../dist/index.js', import.meta.url).pathname; import(distPath);