Mercurial > code > home > repos > light9
comparison bin/homepageConfig @ 2061:a415be4cfac4
timeline gets a launcher for vitejs server
author | drewp@bigasterisk.com |
---|---|
date | Mon, 16 May 2022 01:32:57 -0700 |
parents | bfee787d7b5c |
children | 17b268d2b7f3 |
comparison
equal
deleted
inserted
replaced
2060:905cf827d750 | 2061:a415be4cfac4 |
---|---|
49 continue | 49 continue |
50 path = graph.value(role, L9['urlPath']) | 50 path = graph.value(role, L9['urlPath']) |
51 if not path: | 51 if not path: |
52 continue | 52 continue |
53 server = server.rstrip('/') | 53 server = server.rstrip('/') |
54 viteServer = server.replace('820', '830') # rewrite this please | 54 viteServer = server.replace('82', '83') # rewrite this please |
55 location(path, server, viteServer) | 55 location(path, server, viteServer) |
56 | 56 |
57 showPath = showconfig.showUri().split('/', 3)[-1] | 57 showPath = showconfig.showUri().split('/', 3)[-1] |
58 root = showconfig.root()[:-len(showPath)].decode('ascii') | 58 root = showconfig.root()[:-len(showPath)].decode('ascii') |
59 print(f""" | 59 print(f""" |