feat(filesystem): add AppFileSystem service, migrate Snapshot (#18138)

This commit is contained in:
Kit Langton
2026-03-18 19:52:43 -04:00
committed by GitHub
parent 773c1192dc
commit 81be544981
6 changed files with 541 additions and 25 deletions

View File

@@ -6,6 +6,7 @@
"license": "MIT",
"private": true,
"scripts": {
"prepare": "effect-language-service patch || true",
"typecheck": "tsgo --noEmit",
"test": "bun test --timeout 30000",
"build": "bun run script/build.ts",