mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
new examples
This commit is contained in:
16
node/astro/ssr/package.json
Normal file
16
node/astro/ssr/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "ssr",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"start": "node ./dist/server/entry.mjs",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^9.5.1",
|
||||
"astro": "^5.16.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user