Moved Sodo-Search into apps/

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

- this is the first of a set of commits to move our "apps" into the
  `apps/` folder, so we don't mix Ghost core and standalone apps
This commit is contained in:
Daniel Lockyer 2023-06-13 14:14:53 +02:00 committed by Daniel Lockyer
parent da0b2373a0
commit fa43a0236b
36 changed files with 5 additions and 4 deletions

2
.github/dev.js vendored
View File

@ -115,7 +115,7 @@ if (DASH_DASH_ARGS.includes('search') || DASH_DASH_ARGS.includes('all')) {
commands.push({
name: 'search',
command: 'yarn dev',
cwd: path.resolve(__dirname, '../ghost/sodo-search'),
cwd: path.resolve(__dirname, '../apps/sodo-search'),
prefixColor: '#23de43',
env: {}
});

7
.gitignore vendored
View File

@ -130,8 +130,8 @@ Caddyfile
/ghost/portal/umd
# Sodo-Search
/ghost/sodo-search/public/main.css
/ghost/sodo-search/umd
/apps/sodo-search/public/main.css
/apps/sodo-search/umd
# Signup Form and local environments
/ghost/signup-form/umd
@ -144,10 +144,11 @@ Caddyfile
/ghost/announcement-bar/umd
# Build files
/apps/*/build
/ghost/*/build
# Typescript build artifacts
/ghost/*/tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
# Admin X
/ghost/admin-x-settings/dist

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

View File

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 511 B

View File

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 324 B

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB