@@ -22,7 +22,7 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
2222 } ,
2323 frontComponents : [
2424 {
25- builtComponentPath : 'front-components/ src/root.front-component.mjs' ,
25+ builtComponentPath : 'src/root.front-component.mjs' ,
2626 builtComponentChecksum : '[checksum]' ,
2727 componentName : 'RootComponent' ,
2828 description : 'A root-level front component' ,
@@ -31,8 +31,7 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
3131 universalIdentifier : 'a0a1a2a3-a4a5-4000-8000-000000000001' ,
3232 } ,
3333 {
34- builtComponentPath :
35- 'front-components/src/components/card.front-component.mjs' ,
34+ builtComponentPath : 'src/components/card.front-component.mjs' ,
3635 builtComponentChecksum : '[checksum]' ,
3736 componentName : 'CardDisplay' ,
3837 description : 'A component using an external component file' ,
@@ -41,8 +40,7 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
4140 universalIdentifier : 'i0i1i2i3-i4i5-4000-8000-000000000001' ,
4241 } ,
4342 {
44- builtComponentPath :
45- 'front-components/src/components/greeting.front-component.mjs' ,
43+ builtComponentPath : 'src/components/greeting.front-component.mjs' ,
4644 builtComponentChecksum : '[checksum]' ,
4745 componentName : 'GreetingComponent' ,
4846 description : 'A component that uses greeting utility' ,
@@ -51,8 +49,7 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
5149 universalIdentifier : 'h0h1h2h3-h4h5-4000-8000-000000000001' ,
5250 } ,
5351 {
54- builtComponentPath :
55- 'front-components/src/components/test.front-component.mjs' ,
52+ builtComponentPath : 'src/components/test.front-component.mjs' ,
5653 builtComponentChecksum : '[checksum]' ,
5754 componentName : 'TestComponent' ,
5855 description : 'A test front component' ,
@@ -294,8 +291,8 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
294291 functions : [
295292 {
296293 builtHandlerChecksum : '[checksum]' ,
297- builtHandlerPath : 'functions/ src/root.function.mjs' ,
298- handlerName : 'rootHandler ' ,
294+ builtHandlerPath : 'src/root.function.mjs' ,
295+ handlerName : 'default.handler ' ,
299296 name : 'root-function' ,
300297 sourceHandlerPath : 'src/root.function.ts' ,
301298 timeoutSeconds : 5 ,
@@ -312,8 +309,8 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
312309 } ,
313310 {
314311 builtHandlerChecksum : '[checksum]' ,
315- builtHandlerPath : 'functions/ src/functions/greeting.function.mjs' ,
316- handlerName : 'greetingHandler ' ,
312+ builtHandlerPath : 'src/functions/greeting.function.mjs' ,
313+ handlerName : 'default.handler ' ,
317314 name : 'greeting-function' ,
318315 sourceHandlerPath : 'src/functions/greeting.function.ts' ,
319316 timeoutSeconds : 5 ,
@@ -323,17 +320,17 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
323320 isAuthRequired : false ,
324321 path : '/greet' ,
325322 type : 'route' ,
326- universalIdentifier : 'g0g1g2g3-g4g5-4000-8000-000000000002 ' ,
323+ universalIdentifier : 'f7b12160-3d25-4c92-a13f-a325dd60eb04 ' ,
327324 } ,
328325 ] ,
329- universalIdentifier : 'g0g1g2g3-g4g5-4000-8000-000000000001 ' ,
326+ universalIdentifier : '9d412d9e-2caf-487c-8b66-d1585883dd4e ' ,
330327 } ,
331328 {
332329 builtHandlerChecksum : '[checksum]' ,
333- builtHandlerPath : 'functions/ src/functions/test-function-2.function.mjs' ,
334- handlerName : 'testFunction2 ' ,
330+ builtHandlerPath : 'src/functions/test-function-2.function.mjs' ,
331+ handlerName : 'config.handler ' ,
335332 name : 'test-function-2' ,
336- sourceHandlerPath : 'src/utils /test-function-2.util .ts' ,
333+ sourceHandlerPath : 'src/functions /test-function-2.function .ts' ,
337334 timeoutSeconds : 2 ,
338335 triggers : [
339336 {
@@ -346,8 +343,8 @@ export const EXPECTED_MANIFEST: ApplicationManifest = {
346343 } ,
347344 {
348345 builtHandlerChecksum : '[checksum]' ,
349- builtHandlerPath : 'functions/ src/functions/test-function.function.mjs' ,
350- handlerName : 'handler' ,
346+ builtHandlerPath : 'src/functions/test-function.function.mjs' ,
347+ handlerName : 'default. handler' ,
351348 name : 'test-function' ,
352349 sourceHandlerPath : 'src/functions/test-function.function.ts' ,
353350 timeoutSeconds : 2 ,
0 commit comments