Added --comments option to yarn dev

refs https://github.com/TryGhost/Team/issues/3504
This commit is contained in:
Simon Backx 2023-06-21 16:41:00 +02:00
parent 934ec415fc
commit 181185156a

4
.github/dev.js vendored
View File

@ -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')) {