Create a default .env file

This way people don't need to remember to run the setup env script
This commit is contained in:
Vishesh Handa
2021-07-02 10:54:51 +02:00
parent bdf284311c
commit a087388ec6

1
lib/.env.dart Normal file

@ -0,0 +1 @@
final environment = {"sentry":null};