Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
This should be a pretty easy task, if anyone wants to jump in, please do!
We'll then manage the integration ourselves
Then I think a --format=ts option already exists for store creation, we could use that when applying the templates, or auto-detecting the presence of tsconfig.json file and act accordingly
Check here to see which has been already ported: #8572 (comment)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
This should be a pretty easy task, if anyone wants to jump in, please do!
We'll then manage the integration ourselves
Then I think a
--format=tsoption already exists for store creation, we could use that when applying the templates, or auto-detecting the presence oftsconfig.jsonfile and act accordinglyCheck here to see which has been already ported: #8572 (comment)
The text was updated successfully, but these errors were encountered: