← Back to context Comment by davidcollantes 2 hours ago HOWTO without CloudFlare, is it possible? 3 comments davidcollantes Reply thunderbong 1 hour ago pnpm run buildshould do it davidcollantes 1 hour ago That creates `dist` with:404.png .assetsignore _astro/ bread.png favicon.png favicon.svg jelly.png lock.png logo.png og-image.png pbnj.png peanut.png _routes.json styles/ _worker.js/In it. What comes next? catapart 12 minutes ago - navigate to dist directory- run pnpm dlx http-serve- navigate to one of the provided ip addresses(this uses the tunnl.gg service and is not necessary for local network access)- [optional, for access via internet] run ssh -t -R 80:[provided ip address including port] proxy.tunnl.gg
thunderbong 1 hour ago pnpm run buildshould do it davidcollantes 1 hour ago That creates `dist` with:404.png .assetsignore _astro/ bread.png favicon.png favicon.svg jelly.png lock.png logo.png og-image.png pbnj.png peanut.png _routes.json styles/ _worker.js/In it. What comes next? catapart 12 minutes ago - navigate to dist directory- run pnpm dlx http-serve- navigate to one of the provided ip addresses(this uses the tunnl.gg service and is not necessary for local network access)- [optional, for access via internet] run ssh -t -R 80:[provided ip address including port] proxy.tunnl.gg
davidcollantes 1 hour ago That creates `dist` with:404.png .assetsignore _astro/ bread.png favicon.png favicon.svg jelly.png lock.png logo.png og-image.png pbnj.png peanut.png _routes.json styles/ _worker.js/In it. What comes next? catapart 12 minutes ago - navigate to dist directory- run pnpm dlx http-serve- navigate to one of the provided ip addresses(this uses the tunnl.gg service and is not necessary for local network access)- [optional, for access via internet] run ssh -t -R 80:[provided ip address including port] proxy.tunnl.gg
catapart 12 minutes ago - navigate to dist directory- run pnpm dlx http-serve- navigate to one of the provided ip addresses(this uses the tunnl.gg service and is not necessary for local network access)- [optional, for access via internet] run ssh -t -R 80:[provided ip address including port] proxy.tunnl.gg
pnpm run build
should do it
That creates `dist` with:
404.png .assetsignore _astro/ bread.png favicon.png favicon.svg jelly.png lock.png logo.png og-image.png pbnj.png peanut.png _routes.json styles/ _worker.js/
In it. What comes next?
- navigate to dist directory
- run pnpm dlx http-serve
- navigate to one of the provided ip addresses
(this uses the tunnl.gg service and is not necessary for local network access)
- [optional, for access via internet] run ssh -t -R 80:[provided ip address including port] proxy.tunnl.gg