mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-04 22:56:55 +01:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import {defineConfig} from 'vite';
|
|
|
|
|
|
const config = defineConfig({});
|
|
|
|
export default config;
|