implement helper to configure JS and ESBuild

This commit is contained in:
Aaron Qian 2022-11-10 20:22:46 -08:00 committed by Aaron Qian
parent 0fa28caed6
commit cb3bc30ba9
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
2 changed files with 212 additions and 0 deletions

View file

@ -0,0 +1,3 @@
export const process = {
env: {},
};