mirror of
https://github.com/LukeHagar/openapi-definition-generator.git
synced 2025-12-06 04:20:23 +00:00
feat: Add Nixpacks configuration and start script
Co-authored-by: lukeslakemail <lukeslakemail@gmail.com>
This commit is contained in:
12
nixpacks.toml
Normal file
12
nixpacks.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[phases.install]
|
||||
cmds = [
|
||||
"yarn install --frozen-lockfile"
|
||||
]
|
||||
|
||||
[phases.build]
|
||||
cmds = [
|
||||
"yarn build"
|
||||
]
|
||||
|
||||
[start]
|
||||
cmd = "yarn start"
|
||||
@@ -7,11 +7,15 @@
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"start": "node build",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
||||
"format": "prettier --plugin-search-dir . --write ."
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@floating-ui/dom": "^1.6.1",
|
||||
"@skeletonlabs/skeleton": "^2.8.0",
|
||||
|
||||
Reference in New Issue
Block a user