You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev tooling is on the prod classpath, so can't use the test
classpath since we AOT everything. This moves the clear-database util to
a dev tooling ns to allow AOT to work. There are a couple of issues here
that we should address in the future:
- dev tooling shouldn't be on the prod CP
- we shouldn't AOT everything, just a main entry point
0 commit comments