UNPKG
akurath
Version:
latest (1.2.11-beta)
1.2.11-beta
1.2.9-beta
1.2.8-beta
1.2.7-beta
1.2.6-beta
1.2.5-beta
1.2.4-beta
1.2.3-beta
1.2.2-beta
1.2.1
1.2.0
1.1.0
0.1.0
IDE Frontend for codepsaces.io
www.codespaces.io
codespaces-io/akurath
akurath
/
core
/
cb.project
/
static
/
index.js
15 lines
(13 loc)
•
307 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
var
path
=
require
(
"path"
);
module
.exports = { id:
"static"
, name:
"Static"
, sample:
path
.resolve(__dirname,
"sample"
), detector:
path
.resolve(__dirname,
"detector.sh"
), runner: [ { id:
"run"
, script:
path
.resolve(__dirname,
"run.sh"
) } ] };