mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added --comments
option to yarn dev
refs https://github.com/TryGhost/Team/issues/3504
This commit is contained in:
parent
934ec415fc
commit
181185156a
1 changed files with 4 additions and 0 deletions
4
.github/dev.js
vendored
4
.github/dev.js
vendored
|
@ -137,6 +137,10 @@ if (DASH_DASH_ARGS.includes('lexical')) {
|
|||
COMMAND_GHOST.env['editor__url'] = 'http://localhost:4173/koenig-lexical.umd.js';
|
||||
}
|
||||
|
||||
if (DASH_DASH_ARGS.includes('comments')) {
|
||||
COMMAND_GHOST.env['comments__url'] = 'http://localhost:7174/comments-ui.min.js';
|
||||
}
|
||||
|
||||
async function handleStripe() {
|
||||
if (DASH_DASH_ARGS.includes('stripe') || DASH_DASH_ARGS.includes('all')) {
|
||||
if (DASH_DASH_ARGS.includes('offline')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue