Skip to content

Commit

Permalink
Merge pull request #44 from vjoao/patch-1
Browse files Browse the repository at this point in the history
Add 'universal' to compiler output
  • Loading branch information
amoutonbrady authored Jul 14, 2022
2 parents dce3536 + 75d66bb commit 88fd588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,11 @@ export interface Options {
* Can be:
* - "dom" is standard output
* - "ssr" is for server side rendering of strings.
* - "universal" is for using custom renderers from solid-js/universal
*
* @default "dom"
*/
generate?: 'ssr' | 'dom';
generate?: 'ssr' | 'dom' | 'universal';

/**
* Indicate whether the output should contain hydratable markers.
Expand Down

0 comments on commit 88fd588

Please sign in to comment.