-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from thefrontside/tm/add-compiler-configs
Make www a non-workspace
- Loading branch information
Showing
7 changed files
with
51 additions
and
37 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{ | ||
"tasks": { | ||
"dev": "deno run -A --watch www/main.ts" | ||
}, | ||
"imports": { | ||
"effection": "npm:effection", | ||
"effection": "npm:[email protected]", | ||
"effection-www/": "https://raw.githubusercontent.com/thefrontside/effection/4982887c1677b847d256402e8709f2b1d49437e6/www/", | ||
"revolution": "https://deno.land/x/[email protected]/mod.ts", | ||
"revolution/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts", | ||
"bdd": "jsr:@std/testing/bdd", | ||
"expect": "jsr:@std/expect" | ||
}, | ||
|
@@ -21,14 +27,26 @@ | |
}, | ||
"lint": { | ||
"rules": { | ||
"exclude": ["prefer-const", "require-yield"] | ||
"exclude": [ | ||
"prefer-const", | ||
"require-yield" | ||
] | ||
} | ||
}, | ||
"workspace": [ | ||
"./www", | ||
"./deno-deploy", | ||
"./task-buffer", | ||
"./tinyexec", | ||
"./websocket" | ||
] | ||
], | ||
"deploy": { | ||
"project": "aa1dbfaa-d7c1-49d7-b514-69e1d8344f95", | ||
"exclude": [ | ||
"**/node_modules" | ||
], | ||
"include": [ | ||
"." | ||
], | ||
"entrypoint": "www/main.ts" | ||
} | ||
} |
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
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
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