diff options
author | Vitaly Takmazov | 2022-11-06 14:26:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | e2735d40f83772835edc9accbc25f26dcd5a86b0 (patch) | |
tree | 2a196c23e8b23241a56ae823b14666c5fd55cfb2 /vnext/config | |
parent | 8c2b2cee1f8701479bafbd69069847e50e8f0d67 (diff) |
Upgrade build environment to use esbuild and swc
Diffstat (limited to 'vnext/config')
-rw-r--r-- | vnext/config/default.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/config/default.json b/vnext/config/default.json index ae52a717..618489ca 100644 --- a/vnext/config/default.json +++ b/vnext/config/default.json @@ -1,7 +1,7 @@ { "service": { "application": "", - "static_root": "dist", + "static_root": "public", "sape": { "token": "" } |