feat: WIP
This commit is contained in:
@@ -4,4 +4,12 @@ import vue from "@vitejs/plugin-vue";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), vue()],
|
||||
});
|
||||
|
||||
base: '/telegram_shop_spa/',
|
||||
build: {
|
||||
outDir: '../module/oc_telegram_shop/upload/image/catalog/tgshopspa',
|
||||
emptyOutDir: true,
|
||||
sourcemap: true,
|
||||
manifest: true,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user