Skip to content
Snippets Groups Projects
Unverified Commit fca86b93 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #671 from HumanBrainProject/fix_add_path_import

fix path import
parents 3dcd128e cd65a9f3
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