vbrowser-modified / nhostClient.js
AstraOS's picture
Upload 19 files
e7a4412 verified
raw
history blame contribute delete
298 Bytes
//nhost import kiya
const { NhostClient } = require('@nhost/nhost-js');
const nhost = new NhostClient({
subdomain: process.env.NHOST_SUBDOMAIN, //domain name
region: process.env.NHOST_REGION, //region env se
});
module.exports = nhost; //isse export kiya ,isse script.js main import kar sake