launch.config.ts
readme.md
main
1
import
{
Agency
}
from
"@epta/core"
;
2
import
{
LaunchConfig
}
from
"@epta/deploy"
;
3
4
// ━━━ epta Technology Agency ━━━
5
// We architect digital futures.
6
7
const
agency
=
new
Agency
({
8
name
:
"epta"
,
9
type
:
"Technology Experts Company"
,
10
contact
:
"contact@epta.ma"
,
11
stack
: [
"AI"
,
"Cloud"
,
"Engineering"
],
12
});
13
14
const
launch
=
new
LaunchConfig
({
15
status
:
"building"
,
16
countdown
: {
17
days
:
45
,
18
hours
:
00
,
19
minutes
:
00
,
20
seconds
:
00
,
21
},
22
});
23
24
// Subscribe for early access
25
await
agency.
notify
(
subscriber
);
26
TERMINAL
PROBLEMS
OUTPUT
epta@server
:
~/launch
$
▍
epta@server
:
~/launch
$
notify --email
epta@server
:
~/launch
$
echo $CONTACT →
contact@epta.ma
copied!
main
0 errors, 0 warnings
TypeScript
UTF-8
Ln 14, Col 1
epta