mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
3ef1b01e14
* Yarn format * Fix changeset --since * Fix Windows tests
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();
|