jongwooo / next-cache

Cache Next.js for faster application rebuilds
https://jongwooo.github.io/next-cache/
MIT License
11 stars 1 forks source link

Configurable path for workspace apps #15

Open sitch opened 1 year ago

sitch commented 1 year ago

Given a workspace folder structure:

/apps/nextjs/.next/cache
/package.json

The current action uses {{ github.worspace }}/.next/cache

sitch commented 1 year ago

Ideally, just a path argument would suffice. But you could also glob search for next.config.{js,mjs,cjs,ts} and use that directory

jongwooo commented 1 year ago

@sitch Thanks for your reporting. Could you send a PR for this?