missed a comma

This commit is contained in:
Gavin McDonald
2025-04-19 18:06:45 -04:00
parent 6538013ddd
commit 25b3778df5

View File

@@ -5,7 +5,7 @@
"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"
"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": {