For as i've understood, there currently is no quick way to refresh the sqlite database of the content without rebuilding the app, and many of the modules that it brings.
I am serving the nuxt app from my vps, starting the production server with node .output/server/index.mjs. The nitro preset is "node-server". The vps can do a build of the repository and update the .output directory, but this process is slow. Since the vps can pull the repository updates, and those updates may only contain content updates, i would want to send a command to the server asking it to refresh the sqlite database.
For as i've understood, there currently is no quick way to refresh the sqlite database of the content without rebuilding the app, and many of the modules that it brings.
I am serving the nuxt app from my vps, starting the production server with
node .output/server/index.mjs. The nitro preset is"node-server". The vps can do a build of the repository and update the .output directory, but this process is slow. Since the vps can pull the repository updates, and those updates may only contain content updates, i would want to send a command to the server asking it to refresh the sqlite database.