From 18986d3d1c5600507c8936653c0bb021f87aa39c Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 26 Feb 2024 18:54:38 +0800 Subject: [PATCH] init --- app.js => index.js | 0 package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename app.js => index.js (100%) diff --git a/app.js b/index.js similarity index 100% rename from app.js rename to index.js diff --git a/package.json b/package.json index dd5e4be..42ab8f0 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "imgdownloads", "version": "1.0.0", "description": "", - "main": "app.js", + "main": "index.js", "scripts": { - "run": "nodemon ./app.js" + "run": "nodemon ./index.js" }, "keywords": [], "author": "",