File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 850
850
"https://esm.sh/stable/solid-js@1.8.22/denonext/solid-js.mjs" : " 4cd2354177e205a27a98777c993dd88769af4d823440f58ab2f2b9f313b410eb" ,
851
851
"https://esm.sh/stable/solid-js@1.8.22/denonext/web.js" : " 04191035000f7e52a944717e8094b76fef6aee8216e39bb722a19e3ff895fd3c" ,
852
852
"https://esm.sh/v135/seroval-plugins@1.1.0/denonext/web.js" : " c4f53137d16600468bd48d5847575b5d2f20db14cb1c3b773bc41acb1273e26e" ,
853
- "https://esm.sh/v135/seroval@1.1.0/denonext/seroval.mjs" : " ca7833350589a0a822d6b30770c92fc8fe605680d339746ecbe569c6cdcbf307"
853
+ "https://esm.sh/v135/seroval@1.1.0/denonext/seroval.mjs" : " ca7833350589a0a822d6b30770c92fc8fe605680d339746ecbe569c6cdcbf307" ,
854
+ "https://raw.githubusercontent.com/DenoPlayground/lint-plugins/refs/heads/main/src/types/type_colon_spacing.ts" : " cab99764f93888688e45a9b6fd08b01d3897f44e5ba09ee78168ca67e85877e4"
854
855
},
855
856
"workspace" : {
856
857
"dependencies" : [
Original file line number Diff line number Diff line change 39
39
]
40
40
},
41
41
"lint" : {
42
+ "plugins" : [
43
+ " https://raw.githubusercontent.com/DenoPlayground/lint-plugins/refs/heads/main/src/types/type_colon_spacing.ts"
44
+ ],
42
45
"rules" : {
43
46
"tags" : [
44
47
" recommended"
Original file line number Diff line number Diff line change
1
+ import 'index.scss'
2
+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import pageHandler from './request_handler/page_handler.ts';
4
4
const rootDirectory = './dist/' ;
5
5
const appDirectory = `${ rootDirectory } /app/` ;
6
6
7
- const routes : Route [ ] = [
7
+ const routes : Route [ ] = [
8
8
{
9
9
pattern : new URLPattern ( { pathname : "/-/:staticAsset*" } ) ,
10
10
handler : ( request , _info , parameters ) => pageHandler (
You can’t perform that action at this time.
0 commit comments