Moved build file around
This commit is contained in:
parent
11bd836ec3
commit
a2511a113d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,9 +6,9 @@ if (!process.env.BUILD_LABEL) {
|
||||||
process.env.BUILD_LABEL = "development";
|
process.env.BUILD_LABEL = "development";
|
||||||
}
|
}
|
||||||
|
|
||||||
import "./create-build-file.mjs";
|
|
||||||
import context from './context.mjs';
|
import context from './context.mjs';
|
||||||
|
|
||||||
await context.rebuild();
|
await context.rebuild();
|
||||||
await context.dispose();
|
await context.dispose();
|
||||||
|
|
||||||
|
import "./create-build-file.mjs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue