download
raw
441 Bytes
'use strict'
const fastify = require('../fastify')({ logger: true })
const opts = {
schema: {
response: {
'2xx': {
type: 'object',
properties: {
hello: {
type: 'string'
}
}
}
}
}
}
fastify.register(require('./plugin'), opts, function (err) {
if (err) {
throw err
}
})
fastify.listen({ port: 3000 }, function (err) {
if (err) {
throw err
}
})

Xet Storage Details

Size:
441 Bytes
·
Xet hash:
5a2d754f2819fc00c530f9c6be43ac34738813a8e2d6f4a5f2110195c00ec361

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.