From 505405ee3709d808fb2a3e981811d5d3cbb37581 Mon Sep 17 00:00:00 2001 From: i5ting Date: Sun, 17 Jan 2021 02:03:31 +0800 Subject: [PATCH] feat: add codesandbox support #51 --- sandbox.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sandbox.config.json diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..76fefda --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,6 @@ +{ + "template": "node", + "container": { + "port": 8000 + } + } \ No newline at end of file