1.1.1Updated a month ago
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $_namespace_ from "./routes/@[namespace].tsx";
import * as $_namespace_package_version_path_ from "./routes/@[namespace]/[package]/[version]/[...path].tsx";
import * as $_namespace_package_layout from "./routes/@[namespace]/[package]/_layout.tsx";
import * as $_namespace_package_middleware from "./routes/@[namespace]/[package]/_middleware.ts";
import * as $_namespace_package_index from "./routes/@[namespace]/[package]/index.tsx";
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $api_path_ from "./routes/api/[...path].ts";
import * as $api_middleware from "./routes/api/_middleware.ts";
import * as $api_v1_cli_packages_namespace_package_version_ from "./routes/api/v1/(cli)/packages/@[namespace]/[package]@[version].ts";
import * as $api_v1_public_ping from "./routes/api/v1/(public)/ping.ts";
import * as $api_v1_public_viapak_version from "./routes/api/v1/(public)/viapak-version.ts";
import * as $index from "./routes/index.tsx";
import * as $namespaces from "./routes/namespaces.tsx";
import * as $tags from "./routes/tags.tsx";
import * as $tags_tag_ from "./routes/tags/[tag].tsx";
import * as $Navbar from "./islands/Navbar.tsx";
import type { Manifest } from "$fresh/server.ts";

const manifest = {
  routes: {
    "./routes/@[namespace].tsx": $_namespace_,
    "./routes/@[namespace]/[package]/[version]/[...path].tsx":
      $_namespace_package_version_path_,
    "./routes/@[namespace]/[package]/_layout.tsx": $_namespace_package_layout,
    "./routes/@[namespace]/[package]/_middleware.ts":
      $_namespace_package_middleware,
    "./routes/@[namespace]/[package]/index.tsx": $_namespace_package_index,
    "./routes/_404.tsx": $_404,
    "./routes/_app.tsx": $_app,
    "./routes/api/[...path].ts": $api_path_,
    "./routes/api/_middleware.ts": $api_middleware,
    "./routes/api/v1/(cli)/packages/@[namespace]/[package]@[version].ts":
      $api_v1_cli_packages_namespace_package_version_,
    "./routes/api/v1/(public)/ping.ts": $api_v1_public_ping,
    "./routes/api/v1/(public)/viapak-version.ts": $api_v1_public_viapak_version,
    "./routes/index.tsx": $index,
    "./routes/namespaces.tsx": $namespaces,
    "./routes/tags.tsx": $tags,
    "./routes/tags/[tag].tsx": $tags_tag_,
  },
  islands: {
    "./islands/Navbar.tsx": $Navbar,
  },
  baseUrl: import.meta.url,
} satisfies Manifest;

export default manifest;