From 8c3c689bf8cd3b5fb668a6b6191ec1be80ca8cc3 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 30 Jul 2023 10:35:22 +0800 Subject: [PATCH] feat: go console --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 089752554..617919495 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ -public/serviceWorker.js \ No newline at end of file +public/serviceWorker.js +app/layout.tsx