From 1e5e270bb7bfbbb0f7a20ad0e925fc41abb4176f Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 16 Jun 2020 14:48:46 +0200 Subject: [PATCH] chore(scaffolder): reset the template-info for now so tests will still pass on PR --- .../sample-templates/react-ssr-template/template-info.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/scaffolder-backend/sample-templates/react-ssr-template/template-info.json diff --git a/plugins/scaffolder-backend/sample-templates/react-ssr-template/template-info.json b/plugins/scaffolder-backend/sample-templates/react-ssr-template/template-info.json new file mode 100644 index 0000000000..a733b790fa --- /dev/null +++ b/plugins/scaffolder-backend/sample-templates/react-ssr-template/template-info.json @@ -0,0 +1,6 @@ +{ + "id": "react-ssr-template", + "name": "SSR React Website", + "description": "Next.js application skeleton for creating isomorphic web applications.", + "ownerId": "something" +}