mirror of
https://github.com/remvze/moodist.git
synced 2025-08-30 23:00:22 -04:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
/// <reference types="vitest" />
|
|
|
|
import { getViteConfig } from 'astro/config';
|
|
|
|
export default getViteConfig({
|
|
test: {},
|
|
});
|