nodejs->deno

This commit is contained in:
lutinglt
2025-02-13 01:13:32 +08:00
parent c0d181278f
commit 34f72da8b5
10 changed files with 61 additions and 75 deletions

11
deno.json Normal file
View File

@@ -0,0 +1,11 @@
{
"nodeModulesDir": "auto",
"tasks": {
"export": "sass src/theme-github.scss:dist/theme-github.css --no-source-map",
"build": "deno run export --style=compressed",
"watch": "deno run export --watch"
},
"imports": {
"sass": "npm:sass@^1.84.0"
}
}