feat(server): monospace script editor

This commit is contained in:
Nicholas Penree 2024-12-15 21:16:39 -05:00
parent 413536a336
commit 9382acb40c

View File

@ -128,6 +128,7 @@ export const EditScript = ({ serverId }: Props) => {
<FormControl className="max-h-[75vh] max-w-[60rem] overflow-y-scroll overflow-x-hidden">
<CodeEditor
language="shell"
wrapperClassName="font-mono"
{...field}
placeholder={`
set -e