Skip to content

Commit

Permalink
client: Path test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNuttall committed Nov 17, 2024
1 parent f432965 commit dcbc681
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'

export default defineConfig({
base: '/projects/game',
build: {
outDir: 'dist',
},
})

0 comments on commit dcbc681

Please sign in to comment.