Skip to content

Commit

Permalink
feat(timer40k): fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sabinmarcu committed Sep 9, 2024
1 parent 2b49717 commit 0fab276
Show file tree
Hide file tree
Showing 36 changed files with 79 additions and 479 deletions.
5 changes: 2 additions & 3 deletions .config/manifest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ module.exports.FIELD_TSCMONO_CONFIG_MAP = {
'apps/docs': 'docusaurus',
'apps/droprate': 'viteApp',
'apps/team-rotation': 'viteApp',
'apps/isspacemarine2outyet': 'nextApp',
'apps/isdarktideoutyet': 'nextApp',
'apps/timer40k': 'nextApp',
};
module.exports.REQUIRED_WORKSPACE_IGNORE_LIST = new Set([
'root',
Expand All @@ -70,4 +69,4 @@ module.exports.REQUIRED_WORKSPACE_DEPENDENCIES = {
module.exports.MODULE_DEPENDENCY_ENFORCEMENT_FIELD_LIST = [
'peerDependencies',
'optionalDependencies',
]
]
3 changes: 2 additions & 1 deletion .tscmonorc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ presets:
- "src/**/__fixtures__/**/*"
- "src/**/__mocks__/**/*"
nextApp:
extends: "./tsconfig.next.json"
compilerOptions:
lib:
- dom
Expand Down Expand Up @@ -86,4 +87,4 @@ presets:
strict: true
noUnusedLocals: true
noUnusedParameters: true
noFallthroughCasesInSwitch: true
noFallthroughCasesInSwitch: true
46 changes: 0 additions & 46 deletions apps/isdarktideoutyet/app/Display.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions apps/isdarktideoutyet/app/page.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions apps/isspacemarine2outyet/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions apps/isspacemarine2outyet/README.md

This file was deleted.

Binary file not shown.
Binary file removed apps/isspacemarine2outyet/app/assets/e93.jpg
Binary file not shown.
Binary file not shown.
Binary file removed apps/isspacemarine2outyet/app/favicon.ico
Binary file not shown.
107 changes: 0 additions & 107 deletions apps/isspacemarine2outyet/app/globals.css

This file was deleted.

58 changes: 0 additions & 58 deletions apps/isspacemarine2outyet/app/index.css

This file was deleted.

24 changes: 0 additions & 24 deletions apps/isspacemarine2outyet/app/layout.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions apps/isspacemarine2outyet/app/page.tsx

This file was deleted.

Loading

0 comments on commit 0fab276

Please sign in to comment.