Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Nov 6, 2024
1 parent b020047 commit 1e5cba5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/downloadFrontend.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
const dotenv = require('dotenv');
const axios = require('axios');
const extract = require('extract-zip');
const fs = require('fs/promises');
const path = require('path');

dotenv.config();

// Example "v1.3.34"
const version = process.argv[2] || require('../package.json').config.frontendVersion;
if (!version) {
Expand Down

0 comments on commit 1e5cba5

Please sign in to comment.