Workerware

This commit is contained in:
MotorTruck1221 2024-10-26 04:13:33 -06:00
parent 5dc222a0df
commit 0fae05e33a
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
8 changed files with 255 additions and 36 deletions

View file

@ -10,7 +10,6 @@ import fastifyStatic from "@fastify/static";
import chalk from "chalk";
import Fastify, { FastifyReply, FastifyRequest } from "fastify";
import gradient from "gradient-string";
import { DataTypes, InferAttributes, InferCreationAttributes, Model, Sequelize } from "sequelize";
//@ts-ignore WHY would I want this typechecked AT ALL
import { handler as ssrHandler } from "../dist/server/entry.mjs";
import { parsedDoc } from "./config.js";