From a816a6e61dbcf6fbbd42c6221e25e8e1abcfc6e9 Mon Sep 17 00:00:00 2001 From: mikekotikov Date: Fri, 2 Aug 2024 20:02:32 +0200 Subject: [PATCH] FIO-8731: Update readme with a link to debug helpful doc --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 16429cea..d35b42e4 100644 --- a/Readme.md +++ b/Readme.md @@ -60,3 +60,7 @@ FormioCore.render(document.getElementById('data-table'), { ``` See https://formio.github.io/core for more examples of how to use this library. + +### Debug + +[Instructions on how to debug with API Server](https://formio.atlassian.net/wiki/spaces/SD/pages/184025089/Debugging+formio+core)