mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 04:22:09 +00:00
21 lines
571 B
Modula-2
21 lines
571 B
Modula-2
module main
|
|
|
|
go 1.20
|
|
|
|
// This file exists to allow debugging of Go files within this package,
|
|
// such as `util/analyze.go`.
|
|
|
|
// You can do this by creating a VS Code Launcher Configuration
|
|
// replacing `YOUR_VERCEL_DIR` with your vercel directory, like:
|
|
// {
|
|
// "name": "Debug Go",
|
|
// "type": "go",
|
|
// "request": "launch",
|
|
// "mode": "auto",
|
|
// "program": "${fileDirname}",
|
|
// "args": [
|
|
// "-modpath=YOUR_VERCEL_DIR/packages/go/test/fixtures/24-bad-handler/api/",
|
|
// "YOUR_VERCEL_DIR/packages/go/test/fixtures/24-bad-handler/api/index.go"
|
|
// ]
|
|
// }
|