push neon reactor

This commit is contained in:
2026-07-12 15:11:38 +02:00
parent 172e72dbcd
commit aeab5f7820
9597 changed files with 2407488 additions and 0 deletions
@@ -0,0 +1,12 @@
/*!
* Copyright (C) Microsoft Corporation. All rights reserved.
*/
import * as os from 'os';
import * as path from 'path';
export const APP_CONFIG_FILE = 'power.config.json';
export const WORKING_DIRECTORY = process.env.WORKING_DIRECTORY || process.cwd();
export const CLI_CONFIG_DIRECTORY = path.join(os.homedir(), '.powerapps-cli');
export const AUTH_CACHE_DIRECTORY = path.join(CLI_CONFIG_DIRECTORY, 'cache', 'auth');
export const MS_CLIENT_REQUESTID = 'x-ms-client-request-id';
export const USER_SETTINGS_FILE = 'userSettings.json';
//# sourceMappingURL=Constants.js.map