aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/.stackblitzrc
blob: 43798ecff844b770ec4b81ab39953e9bbb5e15f2 (plain) (blame)
1
2
3
4
5
6
{
  "startCommand": "npm start",
  "env": {
    "ENABLE_CJS_IMPORTS": true
  }
}