Update samy.ps1

This commit is contained in:
2026-01-31 20:40:30 -05:00
parent 8ec22670f8
commit 26c6281f13

View File

@@ -102,10 +102,8 @@ $chunks = @(
@{ Name = 'logging.fallback.ps1'; Url = "$Script:ChunkBase/logging.fallback.ps1?raw=1" },
# 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" },
# 3) Core data loaders / domain logic
@{ Name = 'tasks.ps1'; Url = "$Script:ChunkBase/tasks.ps1?raw=1" },
@@ -123,7 +121,6 @@ $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 = 'server.ps1'; Url = "$Script:ChunkBase/server.ps1?raw=1" },
# 8) Functions file can be early OR late, but safest is after config/logging.