feat(api): add secure Fastify skeleton
This commit is contained in:
+10
-1
@@ -1 +1,10 @@
|
||||
export const apiWorkspaceReady = true;
|
||||
export {
|
||||
API_DEFAULT_HOST,
|
||||
API_DEFAULT_PORT,
|
||||
REDACT_PATHS,
|
||||
buildApp,
|
||||
createListenOptions,
|
||||
} from './app.js';
|
||||
export type { BuildAppOptions, ListenEnvironment, ListenOptions, ReadinessResult } from './app.js';
|
||||
export { startApi } from './start.js';
|
||||
export type { StartApiOptions } from './start.js';
|
||||
|
||||
Reference in New Issue
Block a user