Skip to content

Commit 5c2e665

Browse files
authored
Add stackblitzrc configuration file
1 parent 25e67a8 commit 5c2e665

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stackblitzrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"installDependencies": true,
3+
"startCommand": "yarn run start",
4+
"env": {
5+
"NODE_ENV": "development",
6+
"OFFLINE_API": "indexedDB"
7+
}
8+
}

0 commit comments

Comments
 (0)