mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 22:41:01 +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,
|
|
});
|