From 25b3778df579ae71dc153a22e8a707bdbf1d836f Mon Sep 17 00:00:00 2001 From: Gavin McDonald Date: Sat, 19 Apr 2025 18:06:45 -0400 Subject: [PATCH] missed a comma --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bae79a7..0b25e93 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "dev": "nodemon", "build": "next build && tsc --project tsconfig.server.json", - "start": "cross-env NODE_ENV=production TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/server.js" - "deploy": "docker buildx build --platform linux/amd64 -t nasty.mcmorgans:5000/tarokka:latest --push ." + "start": "cross-env NODE_ENV=production TS_NODE_BASEURL=./build node -r tsconfig-paths/register build/server.js", + "deploy": "docker buildx build --platform linux/amd64 -t nasty.mcmorgans:5000/tarokka:latest --push ." }, "dependencies": { "cross-env": "^7.0.3",