Skip to content

Commit

Permalink
fix: build path of react app
Browse files Browse the repository at this point in the history
  • Loading branch information
EydlinIlya authored Jan 20, 2025
1 parent a381fd1 commit fe1c4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineConfig((config: ConfigEnv) => {
minify: 'terser', // 'esbuild',
// sourcemap: true,
sourcemap: false,
outDir: '../inst/htmlwidgets/lib/GWalkR',
outDir: '../inst/htmlwidgets/lib/gwalkr',
}
} as UserConfig;
})
})

0 comments on commit fe1c4bd

Please sign in to comment.