Skip to content

Commit

Permalink
Create test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
masckmaster2007 authored Jul 9, 2024
1 parent bc0d38a commit 6a0e668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// actions please work
require("dotenv").config();

console.log(process.env.bundle.length + "|" + process.env.url.length);

0 comments on commit 6a0e668

Please sign in to comment.