style: run prettier on entire codebase
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
import dotenv from 'dotenv';
|
||||
dotenv.config({ path: '.env.test' });
|
||||
import dotenv from "dotenv";
|
||||
dotenv.config({ path: ".env.test" });
|
||||
|
||||
Reference in New Issue
Block a user