mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-14 03:17:58 +08:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import { defineConfig } from "vite";
|
|
import vitestConfig from "./vitest.config";
|
|
|
|
export default defineConfig({
|
|
plugins: [],
|
|
test: vitestConfig.test,
|
|
});
|