Skip to content

Commit

Permalink
ci: give assetsDir
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Sep 3, 2023
1 parent 4395d54 commit 8e1d08e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ export default defineConfig({
port: 5000,
open: true,
},
build: {
assetsDir: "pixi-game-match3"
}
})

0 comments on commit 8e1d08e

Please sign in to comment.