Skip to content

Commit

Permalink
ec2 version ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
bakgom123 committed Dec 11, 2024
1 parent 47f694a commit 8c0b14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "community-be",
"name": "community-fe",
"version": "0.0.1",
"type": "module",
"private": true,
"main": "server.js",
"scripts": {
"start": "node app.js",
"start": "node server.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
Expand Down

0 comments on commit 8c0b14b

Please sign in to comment.