source: vite.config.ts@ f14dc71

main
Last change on this file since f14dc71 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
RevLine 
[8ee4553]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.