Skip to content
Download

Multi entry

The Multi entry starter (multi-entry in APIs) is for projects where each Webflow page loads its own script from dist/ (e.g. about.js from src/pages/about.ts). The production build follows the multi-page deploy profile: per-page JavaScript bundles are published; the global app.js bundle is not part of the default publish set (see deploy docs in the template).

  • Per-page files under src/pages/
  • package.json sets ssscript.deploy.publishProfile to multi-page
  • Dev server still builds src/app plus page bundles for local work

Compare with Single entry, which ships a single app.js in production for a typical one-embed setup.

See Starters for the shared folder layout and Projects to create a project.