On a self-hosted Stormkit instance (v2026.08.02.1), followed the Application runtime docs for a Go binary to the letter: build the binary to .stormkit/server/app, set the output folder to .stormkit, and set the Start command to ./app. Every deployment failed with Error: cannot auto detect serverless entry file: expecting a file name called (index|server).{js,mjs,cjs}. The presence of the server/ subfolder was routing the deployment into serverless/SSR entry detection, and the Start command was never consulted, so the documented config could not succeed.