docs(contribution): added missing generateBase64 import for template index.ts

This commit is contained in:
Tam Nguyen 2025-01-06 14:00:43 +11:00
parent fa2d81d2e7
commit fdaea01b5b
No known key found for this signature in database
GPG Key ID: F1D9BAF341BE618F

View File

@ -201,8 +201,8 @@ export function generate(schema: Schema): Template {
const mounts: Template["mounts"] = [
{
mountPath: "./clickhouse/clickhouse-config.xml",
content: `some content......`,
filePath: "./clickhouse/clickhouse-config.xml",
content: "some content......",
},
];