mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
new examples
This commit is contained in:
15
node/astro/static/package.json
Normal file
15
node/astro/static/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "static",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"start": "npx serve@latest dist",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^5.16.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user