|
|
|
@ -5,7 +5,7 @@ const fs = require('fs'); |
|
|
|
|
|
|
|
|
|
|
|
const port = 8000 |
|
|
|
const port = 8000 |
|
|
|
|
|
|
|
|
|
|
|
const assetsDir = path.join(__dirname, 'assets'); |
|
|
|
const assetsDir = path.join(__dirname, 'assets/v'); |
|
|
|
|
|
|
|
|
|
|
|
app.use(express.static(path.join(__dirname))); |
|
|
|
app.use(express.static(path.join(__dirname))); |
|
|
|
|
|
|
|
|
|
|
|
|