testing code-server
This commit is contained in:
parent
580ccbfd0d
commit
f94ed88b95
|
@ -1,4 +1,4 @@
|
||||||
// ini
|
// this is a test
|
||||||
import mongoose, { Schema } from 'mongoose'; // Import Schema
|
import mongoose, { Schema } from 'mongoose'; // Import Schema
|
||||||
import dotenv from 'dotenv';
|
import dotenv from 'dotenv';
|
||||||
|
|
||||||
|
|
2
index.ts
2
index.ts
|
@ -1,4 +1,4 @@
|
||||||
// index.ts
|
// this is for express
|
||||||
import express, { type Request, type Response } from 'express';
|
import express, { type Request, type Response } from 'express';
|
||||||
import formData from 'express-form-data';
|
import formData from 'express-form-data';
|
||||||
import fileUpload from 'express-fileupload';
|
import fileUpload from 'express-fileupload';
|
||||||
|
|
Loading…
Reference in New Issue