chore: add main file

This commit is contained in:
Juan Picado @jotadeveloper
2019-04-04 21:54:35 +02:00
parent bc6d25c0c4
commit 1708e1bcc4
3 changed files with 14 additions and 2 deletions

5
index.js Normal file
View File

@@ -0,0 +1,5 @@
const path = require('path');
module.exports = () => {
return path.join(__dirname, 'static');
}