first app draft

This commit is contained in:
2020-05-27 12:49:25 +02:00
commit 574cf945f4
19 changed files with 13932 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
'use strict'
const path = require('path')
module.exports = {
resolve: function (dir) {
return path.join(__dirname, '..', dir)
},
assetsPath: function (_path) {
const assetsSubDirectory = 'static'
return path.posix.join(assetsSubDirectory, _path)
}
}