Compare commits

..

1 Commits

Author SHA1 Message Date
2945f87a46 1
555

Signed-off-by: lxbfYeaa <testing@example.com>
2026-04-13 01:25:57 +00:00
2 changed files with 0 additions and 22 deletions

0
backEnd/README.md Normal file
View File

View File

@@ -1,22 +0,0 @@
import path from "path";
module.exports = {
entry: "./index.ts",
module: {
rules: [
{
test: /\.ts$/,
use: "ts-loader",
exclude: /node_modules/,
},
],
},
resolve: {
extensions: [".ts", ".js"],
},
output: {
filename: "index.js",
path: path.resolve(__dirname, "dist"),
},
target: "node",
};