mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
#! /usr/bin/env node
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
const { startServer } = require('../dist/index');
|
|
|
|
startServer();
|