Skip to content

Commit 47a8d5f

Browse files
committed
refactor: added stackblitz config files
1 parent 8baf27e commit 47a8d5f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

angular17-example/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run start"
3+
}

react-example/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run dev"
3+
}

react-tailwind-template/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run dev"
3+
}

vue-example/.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run dev"
3+
}

0 commit comments

Comments
 (0)