summaryrefslogtreecommitdiff
path: root/tools/astro-languageserver/bin/server.js
blob: 7d3814ebc0513bd803f45b1c1af737d3a329ff7d (plain) (blame)
1
2
3
4
5
6
#! /usr/bin/env node

// eslint-disable-next-line @typescript-eslint/no-var-requires
const { startServer } = require('../dist/index');

startServer();