Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Jul 15, 2024
1 parent 2d0640e commit 020faf3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,3 @@ EXPOSE $PORT
CMD yarn start

#ENTRYPOINT ...
# region modline
# vim: set tabstop=4 shiftwidth=4 expandtab filetype=dockerfile:
# vim: foldmethod=marker foldmarker=region,endregion:
# endregion
4 changes: 0 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,3 @@ for (const name of CLOSE_EVENT_NAMES)

instance.close(():void => console.info('Server stopped.'))
})
// region vim modline
// vim: set tabstop=4 shiftwidth=4 expandtab:
// vim: foldmethod=marker foldmarker=region,endregion:
// endregion
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ Use case
src="https://polyfill.your.domain/polyfill.js?features=AbortController%2CArray.from"
></script>
```

<!-- region modline
vim: set tabstop=4 shiftwidth=4 expandtab:
vim: foldmethod=marker foldmarker=region,endregion:
endregion -->
4 changes: 0 additions & 4 deletions systemd.service
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ WorkingDirectory=/srv/http/polyfill-bundler

[Install]
WantedBy=multi-user.target
# region vim modline
# vim: set tabstop=4 shiftwidth=4 expandtab:
# vim: foldmethod=marker foldmarker=region,endregion:
# endregion

0 comments on commit 020faf3

Please sign in to comment.