SelfHost/Server/main.pb
2025-12-15 19:46:13 +01:00

18 lines
510 B
Plaintext

; ============================================================================
; SelfHost Blog Engine
; A simple blog backend written in PureBasic
; ============================================================================
IncludePath "libraries"
IncludeFile "bluesky.pbi"
IncludePath "includes"
IncludeFile "modules.pbi"
IncludeFile "general.pbi"
IncludeFile "data.pbi"
IncludeFile "fcgi.pbi"
General::Init()
; IDE Options = PureBasic 6.30 beta 5 (Linux - x64)
; CursorPosition = 12
; EnableXP
; DPIAware