diff --git a/.config/aws-task-definition.json b/.config/aws-task-definition.json index e08ffb04..3ce9ae0f 100644 --- a/.config/aws-task-definition.json +++ b/.config/aws-task-definition.json @@ -8,7 +8,7 @@ "portMappings": [ { "name": "moon-design-3000-tcp", - "containerPort": 80, + "containerPort": 3000, "hostPort": 80, "protocol": "tcp", "appProtocol": "http" @@ -65,8 +65,13 @@ } ], "placementConstraints": [], - "compatibilities": ["EC2", "FARGATE"], - "requiresCompatibilities": ["FARGATE"], + "compatibilities": [ + "EC2", + "FARGATE" + ], + "requiresCompatibilities": [ + "FARGATE" + ], "cpu": "1024", "memory": "3072", "runtimePlatform": { @@ -76,4 +81,4 @@ "registeredAt": "2023-12-19T14:37:52.978Z", "registeredBy": "arn:aws:iam::356075920533:user/Karl.Kallavus", "tags": [] -} +} \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index 84abfaad..28cd811f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ "build:types": "node scripts/buildExamplesType.mjs", "build": "pnpm run build:types && next build", "lint": "next lint", - "start": "next start -p 80", + "start": "next start", "test": "playwright test" }, "dependencies": { @@ -37,4 +37,4 @@ "tailwindcss": "^3.3.0", "typescript": "^5" } -} +} \ No newline at end of file