From 8e76a416d97f4ff78e335d15fb5449c8d1049066 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Thu, 7 Dec 2023 13:41:39 +0100 Subject: [PATCH] chore: backerako proxy komandoa sortzen du --- back/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/back/package.json b/back/package.json index 64cadc6..b718107 100644 --- a/back/package.json +++ b/back/package.json @@ -11,7 +11,8 @@ "build": "strapi build", "develop": "strapi develop", "start": "strapi start", - "strapi": "strapi" + "strapi": "strapi", + "public-proxy": "ngrok http --domain=vervet-big-dassie.ngrok-free.app 1337" }, "dependencies": { "@strapi/plugin-graphql": "^4.15.5",