initial gitea commit
This commit is contained in:
8
client/vite.config.ts
Normal file
8
client/vite.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import version from "vite-plugin-package-version";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), version()],
|
||||
});
|
||||
Reference in New Issue
Block a user