microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3040a83d6de0cc6876163b48ec9be61eefa3ebdd

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