mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-09 20:04:47 +01:00
3 lines
94 B
JavaScript
Executable File
3 lines
94 B
JavaScript
Executable File
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|