spartacus-inventur-frontend/vite.config.ts

8 lines
180 B
TypeScript
Raw Permalink Normal View History

2023-03-27 19:49:02 +02:00
import { defineConfig } from "vite";
import { svelte } from "@sveltejs/vite-plugin-svelte";
2023-01-17 18:49:03 +01:00
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
2023-03-27 19:49:02 +02:00
});