HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/public_html/icdp.co.in/wp-content/plugins/astra-sites/inc/config/paths.js
/**
 * Paths
 *
 * Project related paths.
 */

const path = require( "path" )
const fs = require( "fs" )

// Make sure any symlinks in the project folder are resolved:
const pluginDir = fs.realpathSync( process.cwd() )
const resolvePlugin = relativePath => path.resolve( pluginDir, relativePath )

// Config after eject: we're in ./config/
module.exports = {
	dotenv: resolvePlugin( ".env" ),
	pluginSrc: resolvePlugin( "inc/assets/js/src" ), // Plugin src folder path.
	pluginBlocksJs: resolvePlugin( "inc/assets/js/src/index.js" ),
	yarnLockFile: resolvePlugin( "yarn.lock" ),
	pluginDist: resolvePlugin( "." ), // We are in ./dist folder already so the path '.' resolves to ./dist/.
}