UNPKG

project-indexer

Version:

Local project indexer with browser trigger support

7 lines (5 loc) 181 B
#!/usr/bin/env node import path from 'path'; import { fileURLToPath } from 'url'; const __dirname = path.dirname(fileURLToPath(import.meta.url)); import('../src/server.js');