mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding dotenv
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// @ts-check
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
require('dotenv').config();
|
||||
|
||||
const { themes } = require('prism-react-renderer');
|
||||
const lightCodeTheme = themes.github;
|
||||
|
||||
Reference in New Issue
Block a user