From 208edab4e697f1ac11804a81b1cd3f8cb2d19098 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 18 Jan 2023 20:47:13 -0600 Subject: [PATCH] vite: build stuff into static/packs like before --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 6967c21ca..baccef829 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,6 +11,7 @@ export default defineConfig({ build: { // Relative to the root outDir: '../static', + assetsDir: 'packs', }, plugins: [ createHtmlPlugin({