source: vite.config.ts@ 37bcb87

main
Last change on this file since 37bcb87 was 8ee4553, checked in by Bati <no-reply@…>, 7 months ago

scaffold Vike app with Bati

  • Property mode set to 100644
File size: 230 bytes
Line 
1import { telefunc } from "telefunc/vite";
2import react from "@vitejs/plugin-react";
3import vike from "vike/plugin";
4import { defineConfig } from "vite";
5
6export default defineConfig({
7 plugins: [vike(), react(), telefunc()],
8});
Note: See TracBrowser for help on using the repository browser.