We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc50454 commit 481e8f0Copy full SHA for 481e8f0
src/runtime/server/utils.ts
@@ -29,7 +29,7 @@ export const generateTokens = async (
29
buildPath: string,
30
silent = true
31
) => {
32
- if (!tokens || !Object.keys(tokens).length) {
+ if (!tokens || !Object.keys(tokens).length) {
33
await stubTokens(buildPath, true)
34
return
35
}
0 commit comments