Skip to content

Commit

Permalink
feat!: upgrade to Remix 2 (#191)
Browse files Browse the repository at this point in the history
* feat!: upgrade to Remix 2

* chore: fix edge demo site

* chore: fix edge demo site

* chore: fix edge demo site

* chore: add log

* chore: wip functions v2

* fix: further v2 updates

* chore: add remix devdep

* chore: fix build command

* chore: test without handler

* chore: re-enable

* chore: try with a different response

* chore: revert to og handler and add logs

* chore: add logging stream

* chore: clear timeout

* chore: simplify server entry

* chore: fix linting

* chore: remove unused test files

* chore: update defaults and remove debug stuff

* chore: rename test
  • Loading branch information
ascorbic authored Oct 19, 2023
1 parent 90f124c commit 81b169f
Show file tree
Hide file tree
Showing 34 changed files with 2,680 additions and 3,609 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ jobs:
run: npm install
- name: Linting
run: npm run format:ci
- name: Run unit tests
run: npm test
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
e2e: {
baseUrl: 'http://localhost:8888',
specPattern: 'cypress/e2e/**/*.spec.ts',
setupNodeEvents(on, config) {
setupNodeEvents() {
// implement node event listeners here
},
},
Expand Down
2 changes: 1 addition & 1 deletion cypress/config/edge-cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.spec.ts',
projectId: 'k847hv',
setupNodeEvents(on, config) {
setupNodeEvents() {
// implement node event listeners here
},
},
Expand Down
Loading

0 comments on commit 81b169f

Please sign in to comment.