WindmillWWindmill
Powered by
CookieMonsterC
Windmill•3y ago•
23 replies
CookieMonster

Manual | Deno

Sorry for the delayed response. My deno.json looks like the following inside the package directory
mono-repo/packages/packageA
mono-repo/packages/packageA
inside our monorepo.

  "imports": {
    "fs": "node:fs",
    "path": "node:path",
    "dotenv": "https://deno.land/std@0.194.0/dotenv/mod.ts",
    "flags": "https://deno.land/std@0.194.0/flags/mod.ts",
    "@google-cloud/storage": "npm:@google-cloud/storage",
    "@google-cloud/secret-manager": "https://esm.sh/@google-cloud/secret-manager@4.2.2/?exports=v1",
    "windmill": "https://deno.land/x/windmill@v1.130.0/mod.ts"
  }
  "imports": {
    "fs": "node:fs",
    "path": "node:path",
    "dotenv": "https://deno.land/std@0.194.0/dotenv/mod.ts",
    "flags": "https://deno.land/std@0.194.0/flags/mod.ts",
    "@google-cloud/storage": "npm:@google-cloud/storage",
    "@google-cloud/secret-manager": "https://esm.sh/@google-cloud/secret-manager@4.2.2/?exports=v1",
    "windmill": "https://deno.land/x/windmill@v1.130.0/mod.ts"
  }


Inside the
f/scripts/main.ts
f/scripts/main.ts
module I am trying to do an import like
import * as fs from 'fs';
import * as fs from 'fs';
using deno import maps similar to https://deno.land/manual@v1.35.1/basics/import_maps.
Deno
Manual | Deno
Manual | Deno
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 5d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Performance: Integrating deno into windmill
rubenfRrubenf / general
3y ago
Non-forked deno execution for even faster speeds
rubenfRrubenf / general
3y ago