summaryrefslogtreecommitdiffstats
path: root/.codio
diff options
context:
space:
mode:
Diffstat (limited to '.codio')
-rw-r--r--.codio17
1 files changed, 17 insertions, 0 deletions
diff --git a/.codio b/.codio
new file mode 100644
index 0000000..16e0398
--- /dev/null
+++ b/.codio
@@ -0,0 +1,17 @@
+{
+// Configure your Run and Preview buttons here.
+
+// Run button configuration
+ "commands": {
+ "Node version": "node --version"
+ },
+
+// Preview button configuration
+ "preview": {
+ "Project Index (static)": "https://{{domain}}/{{index}}",
+ "Current File (static)": "https://{{domain}}/{{filepath}}",
+ "Ungit": "https://orchid-amanda-9501.codio.io/#/repository?path=%2Fhome%2Fcodio%2Fworkspace",
+ "Box URL": "http://{{domain}}:3000/",
+ "Box URL SSL": "https://{{domain}}:9500/"
+ }
+} \ No newline at end of file