Change fastify.mjs to server, express is still there for history reasons

This commit is contained in:
MotorTruck1221 2024-08-02 00:58:45 -06:00
parent 234a9a054b
commit c41ec4142c
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
4 changed files with 217 additions and 217 deletions

View file

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