Few doubt regarding Nuxt UI pro license and prod build
I need to deploy a Nuxt UI Pro project on a server that does not have internet access (permently / sometimes) . I must run the build command without an internet connection. I have a few questions:
1. Is an internet connection mandatory for a production build?
2. Does the license key validation run every time during npm run build, or only the first time (and cached afterward)? Does it require internet for API calls during validation?
3. What if I need to run the build command on a server with no internet connection?
4. If I purchase a license, does Nuxt UI Pro always check its validity via API calls when running npm run build?
5. if build required internet then, can i copy the dist folder from local to the server path. is this scenario work without internet ?
1. Is an internet connection mandatory for a production build?
2. Does the license key validation run every time during npm run build, or only the first time (and cached afterward)? Does it require internet for API calls during validation?
3. What if I need to run the build command on a server with no internet connection?
4. If I purchase a license, does Nuxt UI Pro always check its validity via API calls when running npm run build?
5. if build required internet then, can i copy the dist folder from local to the server path. is this scenario work without internet ?
