cellplatform / platform-0.2.0

/sys (shared system modules)
Other
4 stars 2 forks source link

Builder: output to environment dir ("web", "node", "...") #63

Closed philcockfield closed 1 year ago

philcockfield commented 1 year ago

file: /code/system/sys.data.md/vite.config.mts

  /**
   * TODO 🐷
   *
   * - Build for both environments
   * - Folders:
   *      /dist/web
   *      /dist/node
   *
   * - Exports:
   *      import { Markdown } from 'sys.data.md/web`
   *      import { Markdown } from 'sys.data.md/node`
   */
  // e.env('web');
  e.env('node');
philcockfield commented 1 year ago

PR: #70