UNPKG
cortex
Version:
demotest (6.1.7)
latest (6.2.3)
6.2.3
6.2.3-beta
6.2.2
6.2.1
6.2.0
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.6
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.2
5.5.1
5.5.0
5.4.6
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.5.0
4.4.1
4.4.0
4.3.7
4.3.6
4.3.2
3.29.1
3.29.0
3.28.3
3.28.2
3.28.1
3.28.0
3.27.2
3.27.1
3.27.0
3.26.1
3.26.0
3.25.2
3.25.1
3.25.0
3.24.4
3.24.3
3.24.2
3.24.1
3.24.0
3.23.10
3.23.9
3.23.8
3.23.7
3.23.6
3.23.5
3.23.4
3.23.3
3.23.0
3.22.5
3.22.4
3.22.2
3.22.1
3.22.0
3.21.2
3.21.1
3.21.0
3.20.2
3.20.1
3.20.0
3.19.6
3.19.5
3.19.4
3.19.3
3.19.2
3.19.1
3.19.0
3.18.3
3.18.2
3.18.1
3.18.0
3.17.4
3.17.3
3.17.1
3.17.0
3.16.5
3.16.4
3.16.3
3.16.2
3.16.1
3.16.0
3.15.7
3.15.5
3.15.4
3.15.3
3.15.2
3.15.1
3.15.0
3.14.3
3.14.1
3.14.0
3.13.2
3.13.1
3.12.6
3.12.5
3.12.4
3.12.3
3.12.2
3.11.10
3.11.9
3.11.8
3.11.7
3.11.5
3.11.4
3.11.3
3.11.2
3.11.0
3.10.1
3.10.0
3.9.7
3.9.6
3.9.4
3.9.1
3.9.0
3.8.2
3.8.1
3.6.1
3.6.0
3.5.0
3.4.2
3.4.1
3.3.2
3.3.1
3.2.9
3.2.8
3.2.7
3.2.4
3.2.3
3.2.2
3.2.1
3.1.2
2.5.3
2.4.1
2.3.2
2.3.1
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
0.0.0
Cortex is an npm-like package manager for browsers.
github.com/cortexjs/cortex
cortex
/
lib
/
resource
/
locales
/
en
/
command-server.js
6 lines
(5 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
// Yep, I hate JSON. I DO WANT annotations!
module
.
exports
= {
SERVER_STARTED
:
'Cortex server has been started at {{url}}'
};