sirmalloc--ccstatusline
7886e1f376
* feat(git-worktree): Add git worktree widget * Minor cleanup --------- Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>
4 行
113 B
TypeScript
4 行
113 B
TypeScript
/// <reference types="vitest" />
|
|
import { defineConfig } from 'vite';
|
|
|
|
export default defineConfig({ test: {} }); |