Add missing file for end-to-end test build.

This commit is contained in:
Dillon Kearns 2022-03-02 14:26:11 -08:00
parent 2a14ba1941
commit 6a006cd9bc
2 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,3 @@ dist/
.cache/
.elm-pages/
functions/render/elm-pages-cli.js
my-json-data.json

View File

@ -0,0 +1,3 @@
{
"greeting": "Hi!"
}