mirror of
https://github.com/meshtastic/web.git
synced 2026-04-22 23:07:11 -04:00
fix: dont put js and css assets in sub-directory in output
This commit is contained in:
@@ -32,6 +32,10 @@ export default defineConfig({
|
||||
define: {
|
||||
'import.meta.env.VITE_COMMIT_HASH': JSON.stringify(hash),
|
||||
},
|
||||
build: {
|
||||
emptyOutDir: true,
|
||||
assetsDir: './',
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@app': path.resolve(process.cwd(), './src'),
|
||||
|
||||
Reference in New Issue
Block a user