mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-21 14:37:22 +01:00
Fix createEnv
This commit is contained in:
parent
1df04e369f
commit
7f0890acba
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const fs = require('fs');
|
||||
import fs from 'fs';
|
||||
|
||||
let envString = '';
|
||||
envString += `VITE_GOOGLE_DRIVE_CLIENT_ID=${process.env.GOOGLE_DRIVE_CLIENT_ID}\n`;
|
||||
|
|
Loading…
Reference in a new issue