Skip to content

Commit

Permalink
Do not infer for strict mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond committed Apr 19, 2023
1 parent f09057d commit f0a80da
Show file tree
Hide file tree
Showing 9 changed files with 13,976 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "next-app",
"scripts": {
"build": "echo \"hello from $NEXT_PUBLIC_HELLO\""
},
"dependencies": {
"next": "latest"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "vite-app",
"scripts": {
"build": "echo \"hello from $VITE_HELLO\""
},
"dependencies": {
"vite": "latest"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "vue-app",
"scripts": {
"build": "echo \"hello from $VUE_APP_HELLO\""
},
"dependencies": {
"@vue/cli-service": "latest"
}
}

0 comments on commit f0a80da

Please sign in to comment.