mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-19 17:28:47 +01:00
18 lines
382 B
JavaScript
18 lines
382 B
JavaScript
import { resolve } from 'node:path'
|
|
|
|
export * from './android-platform-tools/index.js'
|
|
|
|
export * from './gnirehtet/index.js'
|
|
|
|
export * from './logo/index.js'
|
|
|
|
export * from './scrcpy/index.js'
|
|
|
|
export * from './tray/index.js'
|
|
|
|
export const desktopPath = process.env.DESKTOP_PATH
|
|
|
|
export const devPublishPath = resolve('dev-publish.yml')
|
|
|
|
export const logPath = process.env.LOG_PATH
|