chore: scaffold devflow workspace

This commit is contained in:
chungyeong
2026-05-09 22:22:13 +09:00
commit 6bd4c9382a
14 changed files with 4336 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { describe, expect, it } from "vitest";
describe("workspace smoke", () => {
it("runs the root Vitest workspace", () => {
expect("devflow").toBe("devflow");
});
});