Skip to content

Commit

Permalink
fix(environment): remove sse envs
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Mar 14, 2022
1 parent 9279f19 commit ad005e4
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions sandpack-react/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,32 +140,13 @@ export interface SandpackSetup {
export type SandpackInitMode = "immediate" | "lazy" | "user-visible";

export type SandboxEnvironment =
| "adonis"
| "vue-cli"
| "preact-cli"
| "svelte"
| "create-react-app-typescript"
| "create-react-app"
| "angular-cli"
| "create-react-app"
| "create-react-app-typescript"
| "svelte"
| "parcel"
| "@dojo/cli-create-app"
| "cxjs"
| "gatsby"
| "nuxt"
| "next"
| "reason"
| "apollo"
| "sapper"
| "ember"
| "nest"
| "static"
| "styleguidist"
| "gridsome"
| "vuepress"
| "mdx-deck"
| "quasar"
| "docusaurus"
| "node";
| "vue-cli"
| "static";

export type SandpackPredefinedTemplate =
| "angular"
Expand Down

0 comments on commit ad005e4

Please sign in to comment.