const { existsSync } = require("fs"); const cwd = process.cwd(); const count = parseInt(process.env.ITERATIONS || "1", 10) || 1; for (let i = 0; i < count; i++) existsSync(cwd); f='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/test/fixtures/static-assets (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-18changeset(next): inlineStylesheets default switch is major (#8133)Gravatar Arsh 1-1/+1
2023-08-18feat: add polyfills for stackblitz (#8130)Gravatar Erika 7-6/+86
* feat: add polyfills for Stackblitz * chore: changeset