Skip to content

Commit

Permalink
feat: update runtimes list in autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd authored and hsablonniere committed Dec 7, 2023
1 parent 3b18adb commit f02f50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const User = require('./user.js');
const { sendToApi } = require('../models/send-to-api.js');

function listAvailableTypes () {
return autocomplete.words(['docker', 'elixir', 'go', 'gradle', 'haskell', 'jar', 'maven', 'node', 'php', 'play1', 'play2', 'python', 'ruby', 'rust', 'sbt', 'static-apache', 'war']);
return autocomplete.words(['docker', 'elixir', 'go', 'gradle', 'haskell', 'jar', 'maven', 'meteor', 'node', 'php', 'play1', 'play2', 'python', 'ruby', 'rust', 'sbt', 'static-apache', 'war']);
};

function listAvailableZones () {
Expand Down

0 comments on commit f02f50f

Please sign in to comment.