mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
feat(cli): add client commands and home-based local runtime defaults
This commit is contained in:
parent
8e3c2fae35
commit
8f3fc077fa
40 changed files with 2284 additions and 138 deletions
7
cli/vitest.config.ts
Normal file
7
cli/vitest.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "node",
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue