Moved announcement-bar to apps/

refs https://github.com/TryGhost/Toolbox/issues/594

- we're moving all the standalone apps to a separate folder to keep them
  out of the core code and easier to find
This commit is contained in:
Daniel Lockyer 2023-06-14 12:14:33 +02:00 committed by Daniel Lockyer
parent ed20ff4a06
commit 7a124a6901
24 changed files with 2 additions and 2 deletions

2
.github/dev.js vendored
View File

@ -104,7 +104,7 @@ if (DASH_DASH_ARGS.includes('announcement-bar') || DASH_DASH_ARGS.includes('anno
commands.push({
name: 'announcement-bar',
command: 'yarn dev',
cwd: path.resolve(__dirname, '../ghost/announcement-bar'),
cwd: path.resolve(__dirname, '../apps/announcement-bar'),
prefixColor: '#DC9D00',
env: {}
});

2
.gitignore vendored
View File

@ -141,7 +141,7 @@ Caddyfile
/ghost/signup-form/playwright/.cache/
# Announcement-Bar
/ghost/announcement-bar/umd
/apps/announcement-bar/umd
# Build files
/apps/*/build

View File

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 511 B