Switch to fastify!

This commit is contained in:
MotorTruck1221 2024-08-02 00:56:09 -06:00
parent 5d609adc52
commit 3649044eb8
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
11 changed files with 135 additions and 18 deletions

View file

@ -1,3 +1,3 @@
(async () => {
await import("./src/server.mjs");
await import("./src/fastify.mjs");
})();