Skip to main content
Module

x/ndeno/deno.jsonc

Command line tool created by deno to manage node projects | deno 实现的 node 项目包管理命令工具
Go to Latest
File
{ "tasks": { "start": "deno run src/main.ts", "bundle": "rm -rf dist && mkdir dist && deno bundle src/main.ts dist/main.js", "compile:win": "rm -rf binary && mkdir binary && deno compile src/main.ts && mv src.exe binary/main.exe" }}