We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d919fc commit 6b7ca84Copy full SHA for 6b7ca84
presets/nodejs/config.yml
@@ -1,11 +1,11 @@
1
# Which tags are related to this preset; used for branching the choices on preset wizard
2
tags: [ 'Javascript' ]
3
4
-name: 'Hello World'
+name: 'Vanilla Node.js'
5
6
# Create defines the workflow for creating a new Project where this preset can then be installed
7
create:
8
- - name: Creating new Node application
+ - name: Creating new Node.js application
9
actions:
10
- scripts:
11
- mkdir $CREATE_DIRECTORY
presets/php/config.yml
@@ -2,7 +2,7 @@
tags: [ 'PHP' ]
# Name of the preset
-name: 'Hello World (PHP+Nginx)'
+name: 'Vanilla PHP (Nginx+PHP-FPM)'
0 commit comments