mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable caching publish directory
This commit is contained in:
parent
a29acbb27b
commit
170f705f0e
4 changed files with 85 additions and 4 deletions
|
|
@ -1,2 +1,7 @@
|
|||
import path from 'path'
|
||||
|
||||
|
||||
|
||||
export const isProduction = process.env.NODE_ENV === 'PRODUCTION'
|
||||
|
||||
export const rootDir = path.resolve(__dirname, '../')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue