diff options
Diffstat (limited to '.fleet')
-rw-r--r-- | .fleet/run.json | 18 |
1 files changed, 18 insertions, 0 deletions
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 |