chore: initialize recovered claude workspace
This commit is contained in:
14
env.d.ts
vendored
Normal file
14
env.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
declare const MACRO: {
|
||||
VERSION: string
|
||||
BUILD_TIME: string
|
||||
PACKAGE_URL?: string
|
||||
NATIVE_PACKAGE_URL?: string
|
||||
FEEDBACK_CHANNEL?: string
|
||||
ISSUES_EXPLAINER?: string
|
||||
VERSION_CHANGELOG?: string
|
||||
}
|
||||
|
||||
declare module '*.node' {
|
||||
const value: unknown
|
||||
export default value
|
||||
}
|
||||
Reference in New Issue
Block a user