mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50: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
|
|
@ -2,6 +2,6 @@ import { defineConfig } from "vitest/config";
|
|||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
projects: ["packages/db", "server", "ui"],
|
||||
projects: ["packages/db", "server", "ui", "cli"],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue