Skip to content

Commit

Permalink
feat: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jun 15, 2024
1 parent ba9e9b9 commit c3f233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';

const sourceFilePath = path.join(new URL('.', import.meta.url).pathname, '../.env.example');
const destinationFilePath = path.join(new URL('.', import.meta.url).pathname, '../.env');

console.log(process.env);
(async () => {
try {
await fs.access(destinationFilePath);
Expand Down

0 comments on commit c3f233f

Please sign in to comment.