Upgrade dotenv to 0.197.0

This commit is contained in:
Alex Gleason
2023-08-04 14:13:58 -05:00
parent f2a3f285fa
commit e58e11e425

View File

@@ -1,4 +1,4 @@
import 'https://deno.land/std@0.177.0/dotenv/load.ts';
import 'https://deno.land/std@0.197.0/dotenv/load.ts';
import app from './app.ts';