Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ObsidianSnoo committed Jun 13, 2024
1 parent 2014fbb commit e62b5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bundler/linker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import type {LinkedBundle, SerializableServiceDefinition} from '@devvit/protos'
import type {AssetMap} from '@devvit/shared-types/Assets.js'

type LinkerAssetMaps = {
// Standard assets from the /assets project path
/** Standard assets from the /assets project path */
assets?: AssetMap | undefined
// Webview-only assets from the /webroot project path
/** Webview-only assets from the /webroot project path */
webviewAssets: AssetMap | undefined
}

Expand Down

0 comments on commit e62b5c5

Please sign in to comment.