feat: Implement .env file support (#618)

Co-authored-by: Jacob Marshall <me@jhqcat.com>
This commit is contained in:
Marco Pasqualetti
2025-03-09 12:00:12 +01:00
committed by GitHub
parent 8fcebae4a9
commit 67de777fd1
24 changed files with 361 additions and 14 deletions
+1
View File
@@ -11,6 +11,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
"types": ["tuono/build-client"],
// Interop Constraints
"isolatedModules": true,