mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 22:15:12 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
|
import {defineConfig} from 'vite';
|
||
|
|
||
|
|
||
|
const config = defineConfig({});
|
||
|
|
||
|
export default config;
|