microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ce9c567e5bfb441bb6415699a6b6fa797bc08f2e

Branches

Tags

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

Clone

HTTPS

Download ZIP

packages/bundle-uploader/src/constants.ts

6lines · modecode

1import { dirname, resolve } from "path";
2import { fileURLToPath } from "url";
3
4export const pkgRoot = resolve(dirname(fileURLToPath(import.meta.url)), "../..");
5export const storageAccountName = "typespec";
6export const pkgsContainer = "pkgs";
7