kt3k / packup

📦 Zero-config web application packager for Deno
https://packup.deno.dev/
MIT License
328 stars 18 forks source link

packup.json or packup.ts for config #37

Open elycheikhsmail opened 2 years ago

elycheikhsmail commented 2 years ago

I suugesse to add possiblity to read config from packup.json or something similar as option

kt3k commented 2 years ago

what do you want to configure?

elycheikhsmail commented 2 years ago

staiticFilesPath indicate where assests will be loaded from ( you can give it assests as default value ) staticFilesHost indicate the host for serving static file in production mediaFilesPath indicate where images and audio will be content the users can add dynamicly mediaFilesHost indicate the host for media in production it can be aws or something else I insipirate this suggestion fron Django settings