Skip to content

Files

Latest commit

aa17307 · Dec 29, 2023

History

History
9 lines (6 loc) · 326 Bytes
·

README.md

File metadata and controls

9 lines (6 loc) · 326 Bytes
·

script-esm-ts

TypeScript ESM test script for Config Dug

Usage

  • npm start: loads config.development.js which is an ESM file without issue
  • npm run start:staging: loads config.staging.mjs without issue
  • npm run start:production: loads config.production.cjs and logs a warning since this is an ESM project