Skip to content

Commit e6e37f5

Browse files
committed
chore: remove app router from canary branch
1 parent 8f133f5 commit e6e37f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+16
-5974
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ body:
3434
Add any other context about the problem here, such as screenshots, error logs, etc.
3535
- type: input
3636
attributes:
37-
label: "@faustwp/core Version"
37+
label: '@faustwp/core Version'
3838
validations:
3939
required: true
4040
- type: input
4141
attributes:
42-
label: "@faustwp/cli Version"
42+
label: '@faustwp/cli Version'
4343
validations:
4444
required: true
4545
- type: input
@@ -55,7 +55,7 @@ body:
5555
- type: textarea
5656
attributes:
5757
label: Additional environment details
58-
description: Additional Faust.js packages and their versions (@faustwp/blocks, @faustwp/experimental-app-router, etc), PHP version, Hosting Platform, etc.
58+
description: Additional Faust.js packages and their versions (@faustwp/blocks, @faustwp/core, etc), PHP version, Hosting Platform, etc.
5959
- type: checkboxes
6060
attributes:
6161
label: Please confirm that you have searched existing issues in the repo.

.github/workflows/experimental-app-router.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

DEVELOPMENT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ Once deployed, the updated packages and plugin will be visible here:
202202

203203
- https://www.npmjs.com/package/@faustwp/core
204204
- https://www.npmjs.com/package/@faustwp/cli
205-
- https://www.npmjs.com/package/@faustwp/experimental-app-router
206205
- https://www.npmjs.com/package/@faustwp/block-editor-utils
207206
- https://www.npmjs.com/package/@faustwp/blocks
208207
- https://plugins.trac.wordpress.org/browser/faustwp/tags

examples/next/app-router/.env.local.sample

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/next/app-router/app/[slug]/hasPreviewProps.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/next/app-router/app/[slug]/page.tsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

examples/next/app-router/app/api/faust/[route]/route.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/next/app-router/app/layout.tsx

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/next/app-router/app/login/action.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/next/app-router/app/login/page.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)