Skip to content

Commit

Permalink
💚 ci: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 15, 2023
1 parent 5306fb6 commit 1fb770f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions api/v1/edge.ts

This file was deleted.

3 changes: 0 additions & 3 deletions api/v1/node.ts

This file was deleted.

8 changes: 2 additions & 6 deletions api/v1/runner.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { createGatewayOnEdgeRuntime } from '../../src';
import { createGatewayOnNodeRuntime } from '../../src';

export const config = {
runtime: 'edge',
};

export default createGatewayOnEdgeRuntime();
export default createGatewayOnNodeRuntime();

0 comments on commit 1fb770f

Please sign in to comment.