Work with new Zalvena Service project
This commit is contained in:
parent
7416341746
commit
4b49a22257
16 changed files with 883 additions and 44 deletions
14
test/package.json
Normal file
14
test/package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "test",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.3.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue