forked from sqlpad/sqlpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codio
More file actions
20 lines (18 loc) · 652 Bytes
/
.codio
File metadata and controls
20 lines (18 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
// Configure your Run and Preview buttons here.
// Run button configuration
"commands": {
"Node version": "node --version",
"run": "npm start",
"browserify": "browserify ./client-js/main.js -o ./public/javascripts/browserified.js -t browserify-shim",
"install-zed-remote": "curl http://get.zedapp.org | bash",
"zed-remote": "./zedrem"
},
// Preview button configuration
"preview": {
"Project Index (static)": "https://{{domain}}/{{index}}",
"Current File (static)": "https://{{domain}}/{{filepath}}",
"Box URL": "http://{{domain}}:3000/",
"Box URL SSL": "https://{{domain}}:9500/"
}
}