We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3196c54 commit 84dafcfCopy full SHA for 84dafcf
src/printers/start.ts
@@ -71,7 +71,7 @@ function prettyPrintAsset(
71
const prefix = config.legacyMode ? '/asset' : '';
72
const assetPath = prefix + asset.path;
73
const pathAccess =
74
- asset.access === 'public'
+ asset.access !== 'private'
75
? config.url + assetPath
76
: `Runtime.getAssets()['${asset.path}']`;
77
const accessPrefix =
0 commit comments