From 26c6281f13a67aff1b1873bf34b84b62c399775d Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 31 Jan 2026 20:40:30 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/samy.ps1 b/samy.ps1 index 034f7e4..1fee120 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -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.