lio
lio
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
I wanna call domain.tld/api/func/s3 and just have the server regenerate my s3 file, that has the keys and urls to all the files I have in my s3 bucket, that I then serve on domain.tld/api/s3
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
makes sense, but still seems weird to me. Oh well. I shouldn't need to regen my s3 and route files that often anyways, and at that point I can just redeploy
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
so because I import src/generated/routes.ts in src/index.ts and import that in ./index.ts, it still gets reloaded
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
ah...
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
I do, but if I save my ./index file it still sends a restart signal
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
just passing --watch=src/generated/ doesn't seem to work yet, damn :<
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
ah, that sucks :<
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
or do I not have to pass the ./
18 replies
DDeno
Created by lio on 9/21/2022 in #help
deno run --watch
I had something similar to that in my scripts but that didn't work https://lio.wtf/i/q1c.png
18 replies