Skip to content

Commit 4cb9742

Browse files
authored
feat(cli): Serve DB studio when running locally (#395)
Also fixes the issue of needing separate VM/Web imports by moving init logic to `main` and out of generated cloud classes.
1 parent 5e783ab commit 4cb9742

39 files changed

+1309
-939
lines changed

apps/cli/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## NEXT
22

3-
- fix: Don't throw if analysis_options.yaml is missing
4-
- refactor(celest): Move `connect` method to `CelestDatabase` class
3+
- feat: Serve DB studio when running locally
4+
- fix: Don't throw if `analysis_options.yaml` is missing
5+
- chore: Update codegen for database changes
56

67
## 1.0.12
78

apps/cli/fixtures/standalone/auth/goldens/api.local.dart

Lines changed: 34 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/ast.resolved.json

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/celest.json

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/functions/authenticated_lib/sayHello.dart

Lines changed: 32 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/functions/authenticated_lib/streamHello.dart

Lines changed: 32 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/functions/lib/sayHello.dart

Lines changed: 33 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/fixtures/standalone/auth/goldens/functions/lib/sayHelloAuthenticated.dart

Lines changed: 32 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)