mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fix: update stale import path stack-config-file → hexclave-config-file in local-config-updater
Co-Authored-By: mantra <mantra@stack-auth.com>
This commit is contained in:
parent
eed199d430
commit
57e01d5720
@ -1,7 +1,7 @@
|
||||
import { showOnboardingStackConfigValue } from "@hexclave/shared/dist/config-authoring";
|
||||
import { Config, ConfigValue, NormalizedConfig, isValidConfig, normalize, override } from "@hexclave/shared/dist/config/format";
|
||||
import { detectImportPackageFromDir, renderConfigFileContent } from "@hexclave/shared/dist/config-rendering";
|
||||
import { getRelativeImportSpecifiers, stackConfigFileExportsConfig } from "@hexclave/shared/dist/stack-config-file";
|
||||
import { getRelativeImportSpecifiers, stackConfigFileExportsConfig } from "@hexclave/shared/dist/hexclave-config-file";
|
||||
import { createHash } from "crypto";
|
||||
import { existsSync, mkdirSync, readFileSync, renameSync, rmSync, writeFileSync } from "fs";
|
||||
import { createJiti } from "jiti";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user