Skip to content

Commit

Permalink
build: fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt committed Dec 26, 2024
1 parent 22e0bd5 commit abff1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite-plugins/copyNativeRes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function copyNativeRes() {
__dirname,
'../dist',
process.env.NODE_ENV === 'production' ? 'build' : 'dev',
process.env.UNI_PLATFORM,
process.env.UNI_PLATFORM!,
'nativeResources',
)

Expand Down

0 comments on commit abff1da

Please sign in to comment.