testing code-server

This commit is contained in:
kicap1992 2025-03-21 04:18:57 +08:00
parent 580ccbfd0d
commit f94ed88b95
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// ini
// this is a test
import mongoose, { Schema } from 'mongoose'; // Import Schema
import dotenv from 'dotenv';

View File

@ -1,4 +1,4 @@
// index.ts
// this is for express
import express, { type Request, type Response } from 'express';
import formData from 'express-form-data';
import fileUpload from 'express-fileupload';