Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Nov 26, 2024
1 parent f4dc1c7 commit a7d51f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare const __APP_VERSION__: string
2 changes: 0 additions & 2 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
declare module '*.vue' {}
declare module '*.tsx' {}
declare const __APP_VERSION__: string

export type Config = {
port: number
Expand Down

0 comments on commit a7d51f3

Please sign in to comment.