wewechat++ init
仓库提交至星火社区作品集 Signed-off-by: Riceneeder <86492950+Riceneeder@users.noreply.github.com>
This commit is contained in:
15
config/index.js
Normal file
15
config/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
import path from 'path';
|
||||
|
||||
const config = {
|
||||
server: {
|
||||
port: process.env.PORT || 3000,
|
||||
host: 'localhost'
|
||||
},
|
||||
|
||||
client: path.resolve(__dirname, '../src'),
|
||||
assets: path.resolve(__dirname, '../src/assets'),
|
||||
dist: path.resolve(__dirname, '../dist'),
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user