Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
disable usd copy for now, we can reference directly from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Apr 8, 2024
1 parent d4813aa commit ab0e419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ export default defineConfig(() => {
src: file.absolute,
dest: dest,
},
/*
{
src: file.absoluteUsd,
dest: destParent,
},
*/
]
}));

Expand Down

0 comments on commit ab0e419

Please sign in to comment.