60e482aa80
I'm not sure how my setup was different but I was unable to get the extension to run locally without adding a binary. This mirrors what Svelte does so I'm assuming it's the way it's supposed to be loaded.
6 lines
No EOL
150 B
JavaScript
6 lines
No EOL
150 B
JavaScript
#! /usr/bin/env node
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
const { startServer } = require('../dist/index');
|
|
|
|
startServer(); |