#12 first commit

This commit is contained in:
2026-05-16 20:11:51 +02:00
parent fbd47636d1
commit 552c239677
16 changed files with 962 additions and 12 deletions

View File

@@ -45,6 +45,7 @@ const resolvePath = (defaultRel) => {
config.paths = {
a: resolvePath('public/a'),
b: resolvePath('public/b'),
c: resolvePath('public/c'),
t: resolvePath('public/t'),
ca: resolvePath('public/ca'),
s: path.join(base, 'public/s'),