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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

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'; import app from './app.ts';