microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
61ba17d2d29dedf4553b21a055aa6b442a304688

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/compiler/cmd/tsp-server.js

3lines · modecode

1#!/usr/bin/env node
2import { runScript } from "../dist/src/runner.js";
3await runScript("entrypoints/server.js", "dist/server/server.js");
4