Skip to content
Snippets Groups Projects
Commit cd65a9f3 authored by fsdavid's avatar fsdavid
Browse files

fix path import

parent 3dcd128e
No related branches found
No related tags found
No related merge requests found
const fs = require('fs')
const path = require('path')
const PUBLIC_PATH = process.env.NODE_ENV === 'production'
? path.join(__dirname, 'public')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment