UNPKG
@leodigital/ckeditor5
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
LeoDigital CKEditor 5.
@leodigital/ckeditor5
/
testapi
/
production.js
12 lines
(9 loc)
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
path =
require
(
'path'
);
const
Application
=
require
(
'thinkjs'
);
const
instance =
new
Application
({
ROOT_PATH
: __dirname,
APP_PATH
: path.
join
(__dirname,
'src'
),
proxy
:
true
,
// use proxy
env
:
'production'
}); instance.
run
();