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
commit 81be544981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",