Enable caching publish directory

This commit is contained in:
Sam Carlton 2021-06-11 12:38:23 -05:00
parent a29acbb27b
commit 170f705f0e
4 changed files with 85 additions and 4 deletions

View file

@ -1,2 +1,7 @@
import path from 'path'
export const isProduction = process.env.NODE_ENV === 'PRODUCTION'
export const rootDir = path.resolve(__dirname, '../')