ts/js files locally to compute features, using a command like:deno run --allow-all --v8-flags=--max-old-space-size=2192 compute.tscompute.ts script uses .js scripts that are also used in a webpage I serve using a simple server.ts file, which I serve using deno:deno run -A server.tshtml, .js and .ttf files. npm libraries using npm, access those javascript files by using direct paths:import * as FloBezier from "./node_modules/flo-bezier3/browser/index.js";js file both locally and in the browser