Including folders on build?
It is possible to include other folders in the build in server/? for example I have scripts/1.ts that depends on a package of the project, that it is run manually via a command... How could be this folder be included in the .output folder or .output/server folder to be used?
1 Reply
Anyone can help me please? Im trying to include other files in the build, already tried rollup options and nitro options π i want to include other files on the .output/server file that are not being included in the build
for example server/scripts/s1.ts should be included in the .output/server/chunks as .mjs, anyone knows how to do this? π