Spaces:
Running
Running
File size: 298 Bytes
e7a4412 |
1 2 3 4 5 6 7 8 9 10 |
//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
|