FrederickSundeep commited on
Commit
56922cb
·
1 Parent(s): 9e370f5

commit initial 09-12-2025 005

Browse files
Files changed (1) hide show
  1. src/App.js +1 -1
src/App.js CHANGED
@@ -18,7 +18,7 @@ const LANGUAGE_OPTIONS = [
18
  ];
19
 
20
  // Languages we actually can run on the backend right now
21
- const RUNNABLE_LANGS = ["python", "javascript"];
22
 
23
  // LocalStorage key
24
  const STORAGE_KEY = "devmate_ide_files";
 
18
  ];
19
 
20
  // Languages we actually can run on the backend right now
21
+ const RUNNABLE_LANGS = ["python", "javascript","java"];
22
 
23
  // LocalStorage key
24
  const STORAGE_KEY = "devmate_ide_files";