Skip to content

Commit 33167da

Browse files
committed
feat: 🎸 test log
1 parent 433605b commit 33167da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/env.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import { Environment } from "./consts"
22

33
export const environment = Environment[(process.env.PAYU_ENVIRONMENT ? process.env.PAYU_ENVIRONMENT : 'sandbox').toUpperCase()]
4+
5+
console.log('test')

0 commit comments

Comments
 (0)