feat core
: Make custom navigation routes work
This commit is contained in:
parent
3dc5c33f14
commit
6e3820b74f
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then VCMD="y"
|
|||
sed -i "s~\/\* routes/server \*\/~/* routes/server */""$(tr '\n' '\001' <${ServerRouteConstructor})""~g" "resources/scripts/blueprint/extends/routers/routes.ts"
|
||||
|
||||
# Fix line breaks.
|
||||
sed -i "s/\001/\n/g" "resources/scripts/blueprint/extends/routers/routes.ts"
|
||||
sed -i -E "s~~\n~g" "resources/scripts/blueprint/extends/routers/routes.ts"
|
||||
|
||||
{
|
||||
rm "$ImportConstructor"
|
||||
|
|
Loading…
Reference in a new issue