forked from federated-nexus/website
use deno in action
This commit is contained in:
parent
1d565fa13a
commit
d84a869a55
2 changed files with 11 additions and 5 deletions
7
deno.json
Normal file
7
deno.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"imports": {
|
||||
"fs": "node:fs",
|
||||
"url": "node:url",
|
||||
"path": "node:path"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue