6 lines
198 B
TypeScript
6 lines
198 B
TypeScript
|
// Bayshore - a Wangan Midnight Maximum Tune 6 private server.
|
||
|
// Made with love by Luna, and part of Project Asakura.
|
||
|
|
||
|
import {Express} from 'express';
|
||
|
import {PrismaClient} from '@prisma/client';
|