feat(admin): init project (#7197)

This commit is contained in:
Brooooooklyn
2024-06-18 06:01:13 +00:00
parent d216606193
commit 0fe672efa5
92 changed files with 6392 additions and 175 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { resolve } from 'node:path';
import { runCli } from '@magic-works/i18n-codegen';
import { projectRoot } from '../config/index.js';
import { projectRoot } from '../config/cwd.cjs';
const configPath = resolve(projectRoot, '.i18n-codegen.json');
+1 -1
View File
@@ -3,7 +3,7 @@ import { resolve } from 'node:path';
import { build } from 'vite';
import { projectRoot } from '../config/index.js';
import { projectRoot } from '../config/cwd.cjs';
const infraFilePath = resolve(
projectRoot,