rename project

This commit is contained in:
2024-10-20 16:19:04 +09:00
parent e8413fe863
commit 98f73591d1
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ COPY src /app/src
RUN npm i RUN npm i
CMD ["npm", "run", "dev"] CMD ["npm", "run", "run"]
+1 -2
View File
@@ -1,2 +1 @@
# discord-hall-of-fame # discord-reaction-award
+1
View File
@@ -0,0 +1 @@
[]
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "discord-hall-of-fame", "name": "discord-reaction-award",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
-1
View File
@@ -1,5 +1,4 @@
{ {
"main": "dist/index.js",
"scripts": { "scripts": {
"run": "tsx src/index.ts", "run": "tsx src/index.ts",
"register": "tsx src/index.ts --register" "register": "tsx src/index.ts --register"