├── templates
├── fragment-spacer.ejs
├── fragment-error.ejs
├── fragment-header.ejs
├── fragment-welcome.ejs
├── fragment-footer.ejs
├── fragment-head.ejs
├── layout.ejs
├── simple.ejs
├── fragment-template.ejs
├── fragment-index.ejs
├── fragment-sample-routes.ejs
├── fragment-navigation.ejs
├── index.ejs
└── fragment-plugin-routes.ejs
├── public
├── img
│ ├── logo.png
│ ├── favicon.ico
│ ├── GitHub-Mark-32px.png
│ └── GitHub-Mark-Light-32px.png
├── index.html
└── css
│ └── style.css
├── .editorconfig
├── docs
├── localhost 8000.URL
├── Getting Started - Fastify.URL
├── fastify_Getting-Started.md at master ˙ fastifyfastify ˙ GitHub.URL
├── launch.json
├── _env
├── Dockerfile-usage.md
└── Docker-publish.md
├── .taprc
├── .jsdoc.json
├── .dockerignore
├── .npmignore
├── Dockerfile.distroless
├── Dockerfile.alpine
├── .gitignore
├── Dockerfile
├── test
├── sample.test.js
└── app.test.js
├── src
├── server-simple.js
├── pubsub.js
├── constants.js
├── app.js
├── server.js
├── route.js
├── route-info.js
├── features.js
└── utils.js
├── .snyk
├── README.md
├── package.json
├── LICENSE
└── CHANGELOG.md
/templates/fragment-spacer.ejs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/public/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smartiniOnGitHub/fastify-example/HEAD/public/img/logo.png
--------------------------------------------------------------------------------
/public/img/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/smartiniOnGitHub/fastify-example/HEAD/public/img/favicon.ico
--------------------------------------------------------------------------------
/templates/fragment-error.ejs:
--------------------------------------------------------------------------------
1 |
<%= error.stack %>4 | -------------------------------------------------------------------------------- /public/img/GitHub-Mark-32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartiniOnGitHub/fastify-example/HEAD/public/img/GitHub-Mark-32px.png -------------------------------------------------------------------------------- /public/img/GitHub-Mark-Light-32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartiniOnGitHub/fastify-example/HEAD/public/img/GitHub-Mark-Light-32px.png -------------------------------------------------------------------------------- /templates/fragment-header.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 |
Note that a global layout has been set for all pages.
6 |Note that a global layout has been set for all pages.
6 |no data
14 | <% } %> 15 | 16 |no data
14 | 15 |no text
33 | 34 |