ossset
ossset
RRailway
Created by ossset on 10/10/2023 in #✋|help
Not starting with custom location of main.go file
No description
7 replies
RRailway
Created by ossset on 10/3/2023 in #✋|help
golang custom location of main.go file
I have a custom location of main.go file, not in the repo root but in ‘./cmd/module-name’. Build command from local env is not working. I don’t want to change default path in setting because my app is not a monolith and I need railway to watch for changes. I’ve tried defining custom build commands, but nothing seems to work as expected : go build ./cmd/module-name Or go build module-name/cmd/module-name
10 replies