mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-06 22:43:34 +02:00
5 lines
102 B
CoffeeScript
5 lines
102 B
CoffeeScript
path = require 'path'
|
|
|
|
pathToLib = path.resolve __dirname, '../lib'
|
|
|
|
require('little-popo')(pathToLib) |