diff options
| author | Fuwn <[email protected]> | 2026-02-03 05:05:44 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-03 05:05:44 -0800 |
| commit | 83f4d899660e4964d8fb650797c3fcb2a0624670 (patch) | |
| tree | 0b5e2c6a854dac33480d5ec744d6266a06851282 /pnpm-workspace.yaml | |
| parent | chore(root): Configure Biome linter (diff) | |
| download | archived-imemio-83f4d899660e4964d8fb650797c3fcb2a0624670.tar.xz archived-imemio-83f4d899660e4964d8fb650797c3fcb2a0624670.zip | |
feat(sdk): Implement core types and memory storage
Diffstat (limited to 'pnpm-workspace.yaml')
| -rw-r--r-- | pnpm-workspace.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..dee51e9 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +packages: + - "packages/*" |