Skip to content

Commit a19514e

Browse files
authored
Merge pull request #2 from ayhid/feat/phase-2-remove-yalc-fix-paths
fix: remove yalc and update paths for monorepo structure
2 parents d556f4b + 3ff5eec commit a19514e

File tree

6 files changed

+3
-22597
lines changed

6 files changed

+3
-22597
lines changed

apps/playground/.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,3 @@ dist
128128
build
129129
.strapi-updater.json
130130
.strapi-cloud.json
131-
132-
############################
133-
# Yalc
134-
############################
135-
136-
.yalc
137-
yalc.lock

apps/playground/config/admin.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ export default ({ env }) => ({
1717
nps: env.bool('FLAG_NPS', true),
1818
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
1919
},
20-
watchIgnoreFiles: [
21-
'!**/.yalc/**/server/**',
22-
],
2320
});

apps/playground/tests/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let instance;
99
async function setupStrapi() {
1010
if (!instance) {
1111
const app = await createStrapi({
12-
appDir: "./playground",
13-
distDir: "./playground/dist",
12+
appDir: "../../apps/playground",
13+
distDir: "../../apps/playground/dist",
1414
}).load();
1515

1616
instance = app; // strapi is global now

0 commit comments

Comments
 (0)