kopia lustrzana https://github.com/bellingcat/auto-archiver
9 wiersze
238 B
TypeScript
9 wiersze
238 B
TypeScript
![]() |
import { defineConfig } from 'vite';
|
||
|
import react from '@vitejs/plugin-react';
|
||
|
import { viteSingleFile } from "vite-plugin-singlefile"
|
||
|
|
||
|
// https://vite.dev/config/
|
||
|
export default defineConfig({
|
||
|
plugins: [react(), viteSingleFile()],
|
||
|
});
|