Skip to content

Instantly share code, notes, and snippets.

@leandrocfe
Created April 24, 2026 19:12
Show Gist options
  • Select an option

  • Save leandrocfe/19b9a3e0a6d1eddfc01a11778389a89d to your computer and use it in GitHub Desktop.

Select an option

Save leandrocfe/19b9a3e0a6d1eddfc01a11778389a89d to your computer and use it in GitHub Desktop.
{
"setup": [
"ln -sf \"$SUPERSET_ROOT_PATH/.env\" .env\n\nln -sf \"$SUPERSET_ROOT_PATH/database/database.sqlite\" database/database.sqlite\n\ncomposer install --no-scripts && npm install && npm run build && composer run-script post-autoload-dump"
],
"teardown": [],
"run": [
"composer run dev"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment