Update samy.ps1
This commit is contained in:
4
samy.ps1
4
samy.ps1
@@ -104,7 +104,7 @@ $chunks = @(
|
||||
# 2) Core helpers/utilities that others depend on
|
||||
@{ Name = 'helpers.ps1'; Url = "$Script:ChunkBase/helpers.ps1?raw=1" },
|
||||
@{ Name = 'http.ps1'; Url = "$Script:ChunkBase/http.ps1?raw=1" },
|
||||
@{ Name = 'remote.ps1'; Url = "$Script:ChunkBase/remote.ps1?raw=1" },
|
||||
#@{ Name = 'remote.ps1'; Url = "$Script:ChunkBase/remote.ps1?raw=1" },
|
||||
|
||||
# 3) Core data loaders / domain logic
|
||||
@{ Name = 'tasks.ps1'; Url = "$Script:ChunkBase/tasks.ps1?raw=1" },
|
||||
@@ -123,7 +123,7 @@ $chunks = @(
|
||||
@{ Name = 'handlers.printers.ps1'; Url = "$Script:ChunkBase/handlers.printers.ps1?raw=1" },
|
||||
|
||||
# 7) Router and server last (depend on UI + handlers + http)
|
||||
@{ Name = 'router.ps1'; Url = "$Script:ChunkBase/router.ps1?raw=1" },
|
||||
#@{ Name = 'router.ps1'; Url = "$Script:ChunkBase/router.ps1?raw=1" },
|
||||
@{ Name = 'server.ps1'; Url = "$Script:ChunkBase/server.ps1?raw=1" },
|
||||
|
||||
# 8) Functions file can be early OR late, but safest is after config/logging.
|
||||
|
||||
Reference in New Issue
Block a user