mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-27 21:01:03 +08:00
Update :without-hexclave to :inner
This commit is contained in:
parent
ec0008d515
commit
144c5fae89
File diff suppressed because one or more lines are too long
@ -33,8 +33,8 @@ export const config: HexclaveConfig = "show-onboarding";
|
||||
```json title="package.json"
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "stack dev --config-file ./hexclave.config.ts -- npm run dev:without-hexclave",
|
||||
"dev:without-hexclave": "<your-existing-dev-script>"
|
||||
"dev": "stack dev --config-file ./hexclave.config.ts -- npm run dev:inner",
|
||||
"dev:inner": "<your-existing-dev-script>"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -256,8 +256,8 @@ The frameworks and languages with explicit SDK support are:
|
||||
// ...
|
||||
"scripts": {
|
||||
// ...
|
||||
"dev": "hexclave dev --config-file ./hexclave.config.ts -- npm run dev:without-hexclave",
|
||||
"dev:without-hexclave": "<your-existing-dev-script>"
|
||||
"dev": "hexclave dev --config-file ./hexclave.config.ts -- npm run dev:inner",
|
||||
"dev:inner": "<your-existing-dev-script>"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -977,8 +977,8 @@ export function getSdkSetupPrompt(mainType: "ai-prompt" | "nextjs" | "react" | "
|
||||
// ...
|
||||
"scripts": {
|
||||
// ...
|
||||
"dev": "hexclave dev --config-file ./hexclave.config.ts -- npm run dev:without-hexclave",
|
||||
"dev:without-hexclave": "<your-existing-dev-script>"
|
||||
"dev": "hexclave dev --config-file ./hexclave.config.ts -- npm run dev:inner",
|
||||
"dev:inner": "<your-existing-dev-script>"
|
||||
}
|
||||
}
|
||||
\`\`\`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user