Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
test
README.md
tests/fixtures
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ Temporary Items
.netlify/functions
.netlify/functions-serve
.netlify/functions-internal
.angular
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ node_modules

# Tests
test
tests/fixtures
4 changes: 2 additions & 2 deletions demo.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ test('edge function config', async () => {
'/favicon.ico',
'/heroes/index.html',
'/index.html',
'/main-UUT7SL5W.js',
'/polyfills-LZBJRJJE.js',
'/main-ZQY2S5NK.js',
'/polyfills-RX4V3J3S.js',
'/styles-5INURTSO.css',
'/dashboard',
'/heroes',
Expand Down
Loading