adding dotenv

This commit is contained in:
darrell-thobe-sp
2024-11-18 15:59:46 -05:00
parent cee4a22cf6
commit ab2daea917
3 changed files with 15 additions and 0 deletions

View File

@@ -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;