configs updated for githook
This commit is contained in:
parent
73ce07dc01
commit
0433e71560
1
app.moon
1
app.moon
@ -12,6 +12,7 @@ class Simplex extends Application
|
||||
|
||||
layout: main
|
||||
|
||||
@include locate "githook"
|
||||
@include locate "users"
|
||||
@include locate "api"
|
||||
@include locate "docs"
|
||||
|
@ -6,12 +6,19 @@
|
||||
fetch: "https://github.com/lazuscripts/users"
|
||||
}
|
||||
}
|
||||
{
|
||||
path: "applications.githook"
|
||||
remote: {
|
||||
name: "githook"
|
||||
fetch: "https://github.com/lazuscripts/githook"
|
||||
}
|
||||
}
|
||||
{
|
||||
path: "applications"
|
||||
}
|
||||
-- { -- not actually useful
|
||||
-- path: "helpers"
|
||||
-- }
|
||||
-- } -- NOTE also to be deprecated by the version added to utility
|
||||
{
|
||||
path: "utility"
|
||||
remote: {
|
||||
|
Loading…
Reference in New Issue
Block a user