Skip to content

Commit 536fb08

Browse files
committed
test: add env file example
1 parent 06859cf commit 536fb08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/env.lua.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
local M = {
2+
COPILOT_TOKEN = "",
3+
}
4+
5+
return M

0 commit comments

Comments
 (0)