[ci] format

This commit is contained in:
matthewp 2022-12-10 11:47:45 +00:00 committed by fredkbot
parent b2f0210c40
commit 64b24f0663
2 changed files with 8 additions and 8 deletions

View file

@ -150,7 +150,7 @@ function buildManifest(
scripts.push({ scripts.push({
type: 'external', type: 'external',
value: joinBase(src) value: joinBase(src),
}); });
} }

View file

@ -18,10 +18,10 @@ describe('Using Astro.request in SSR', () => {
name: 'inject-script', name: 'inject-script',
hooks: { hooks: {
'astro:config:setup'({ injectScript }) { 'astro:config:setup'({ injectScript }) {
injectScript('page', 'import "/src/scripts/inject-script.js";') injectScript('page', 'import "/src/scripts/inject-script.js";');
} },
} },
} },
], ],
vite: { vite: {
build: { build: {