We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5837896 commit f5e6cd5Copy full SHA for f5e6cd5
1 file changed
packages/serve/src/lib/server.ts
@@ -14,6 +14,7 @@ import {
14
ConfigurationError,
15
VulcanError,
16
ICacheLayerRefresher,
17
+ getAnalysis,
18
} from '@vulcan-sql/core';
19
import { Container, TYPES } from '../containers';
20
import { ServeConfig, sslFileOptions } from '../models';
@@ -128,6 +129,7 @@ export class VulcanServer {
128
129
}
130
this.cacheRefresher?.stop();
131
this.container.unload();
132
+ getAnalysis();
133
134
135
/**
0 commit comments