microsoft/typespec

Public

mirrored fromhttps://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/entrypoints/server.js

5lines · modecode

1/**
2 * File serving as an entrypoint to resolve a local tsp install from a global install.
3 * DO NOT MOVE or this will create a breaking change for user of global cli.
4 */
5import "../dist/src/server/server.js";
6