-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert "fix: unbundle command to better download function source…
- Loading branch information
1 parent
892ce19
commit e4f5b6e
Showing
7 changed files
with
36 additions
and
94 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ import isEven from "npm:is-even"; | |
import { serve } from "https://deno.land/[email protected]/http/server.ts" | ||
import { hello } from "./hello.js"; | ||
import { numbers } from "./folder1/folder2/numbers.ts" | ||
import {SomeOtherFile} from "./constant/some-other-file.ts"; | ||
console.log('SomeOtherFile', SomeOtherFile); | ||
|
||
serve(async (req: Request) => { | ||
return new Response( | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters