Adds some more polish

This commit is contained in:
Michel Fedde 2025-06-26 21:38:03 +02:00
parent b3d0b3a90c
commit 11bd836ec3
18 changed files with 272 additions and 29 deletions

View file

@ -1,4 +1,14 @@
if (!process.env.BUILD_TARGET) {
process.env.BUILD_TARGET = "LOCAL";
}
if (!process.env.BUILD_LABEL) {
process.env.BUILD_LABEL = "development";
}
import "./create-build-file.mjs";
import context from './context.mjs';
await context.rebuild();
await context.dispose();
await context.dispose();