mirror of
https://github.com/khoaliber/paperclip.git
synced 2026-04-20 01:24:33 +00:00
Dashboard, agents, goals, issues, and projects pages with sidebar navigation. API client layer, custom hooks, and shared layout components. Built with Vite and TypeScript. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "jsdom",
|
|
},
|
|
});
|