Remove generated files from repo, build vue frontends in Dockerfile

This commit is contained in:
2023-02-02 20:31:16 -05:00
parent 9e0d7bf992
commit abe120197a
24 changed files with 4531 additions and 4772 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -261,8 +261,6 @@ void initialize_scan_context(scan_args_t *args) {
ScanCtx.text_ctx.logf = _logf;
// MSDOC
ScanCtx.msdoc_ctx.enable_tn = args->tn_count > 0;
ScanCtx.msdoc_ctx.tn_size = args->tn_size;
ScanCtx.msdoc_ctx.content_size = args->content_size;
ScanCtx.msdoc_ctx.log = _log;
ScanCtx.msdoc_ctx.logf = _logf;

File diff suppressed because one or more lines are too long