From e131686760d4325ed5316033d60d5ac81ada0d1c Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 2 Aug 2023 14:19:46 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- .fleet/run.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .fleet/run.json (limited to '.fleet/run.json') diff --git a/.fleet/run.json b/.fleet/run.json new file mode 100644 index 0000000..9567f9a --- /dev/null +++ b/.fleet/run.json @@ -0,0 +1,18 @@ +{ + "configurations": [ + { + "type": "command", + "name": "Hugo(Serve)", + "program": "/bin/hugo", + "args": ["serve"], + "pty": true, + }, + { + "type": "command", + "name": "Hugo(Build)", + "program": "/bin/hugo", + "args": [], + "pty": true, + }, + ] +} \ No newline at end of file -- cgit v1.2.3