Skip to content
Snippets Groups Projects
Commit e054d86e authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: import path in constants.js

parent e96624d7
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