Builtin 'plugin' now works

This commit is contained in:
Egil Moeller 2012-02-24 20:29:14 +01:00
parent ee40b23cfc
commit 1f2b52ba5a
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,8 @@
{
"parts": [{
"name": "__builtin__",
"hooks": {}
"hooks": {
"expressServer": "../test:expressServer"
}
}]
}