mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore(server): set script flavor instead of NODE_ENV (#10121)
This commit is contained in:
@@ -19,6 +19,7 @@ test.before('start app', async t => {
|
||||
sync: false,
|
||||
renderer: false,
|
||||
doc: true,
|
||||
script: false,
|
||||
} satisfies typeof AFFiNE.flavor;
|
||||
const app = await createTestingApp({
|
||||
imports: [buildAppModule()],
|
||||
|
||||
@@ -21,6 +21,7 @@ test.before('start app', async t => {
|
||||
sync: false,
|
||||
renderer: false,
|
||||
doc: false,
|
||||
script: false,
|
||||
} satisfies typeof AFFiNE.flavor;
|
||||
const app = await createTestingApp({
|
||||
imports: [buildAppModule()],
|
||||
|
||||
@@ -19,6 +19,7 @@ test.before('start app', async t => {
|
||||
sync: false,
|
||||
renderer: true,
|
||||
doc: false,
|
||||
script: false,
|
||||
} satisfies typeof AFFiNE.flavor;
|
||||
const app = await createTestingApp({
|
||||
imports: [buildAppModule()],
|
||||
|
||||
@@ -19,6 +19,7 @@ test.before('start app', async t => {
|
||||
sync: true,
|
||||
renderer: false,
|
||||
doc: false,
|
||||
script: false,
|
||||
} satisfies typeof AFFiNE.flavor;
|
||||
const app = await createTestingApp({
|
||||
imports: [buildAppModule()],
|
||||
|
||||
Reference in New Issue
Block a user