Skip to content

Commit

Permalink
feat: change default lanuages
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-Addict committed Sep 14, 2024
1 parent 84a343c commit 91945f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/contexts/AppProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const defaultOutputs: OutputsType = {

const defaultEditorOptions: EditorType = {
theme: "light",
lang: "python",
code: defaultCodes.python,
defaultCode: defaultCodes.python,
lang: "javascript",
code: defaultCodes.javascript,
defaultCode: defaultCodes.javascript,
readonly: false
};

Expand Down

0 comments on commit 91945f8

Please sign in to comment.