Dev #9

Merged
jacy merged 245 commits from dev into main 2026-07-17 10:50:17 +08:00
Showing only changes of commit 99be8e0237 - Show all commits
+4 -4
View File
@@ -1,7 +1,7 @@
import { config } from 'dotenv'; const { config } = require('dotenv');
import { spawnSync } from 'child_process'; const { spawnSync } = require('child_process');
import { existsSync } from 'fs'; const { existsSync } = require('fs');
import { resolve } from 'path'; const { resolve } = require('path');
const apiRoot = resolve(__dirname, '..'); const apiRoot = resolve(__dirname, '..');
const envFile = process.env.DUKANG_ENV_FILE ?? '.env.production'; const envFile = process.env.DUKANG_ENV_FILE ?? '.env.production';