This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "featureFlag::feature_flag::subscriptions": { | |
| "featureFlagId": "subscriptions", | |
| "stores": { | |
| "b8urdj966i": ["*"], | |
| "vzgguaxt89": ["*"], | |
| "1ly92eod7l": ["*"], | |
| "gozcxqy0cv": ["*"], | |
| "7tg4rwtvcv": ["*"] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "magento2", | |
| "author": "Magento Commerce Inc.", | |
| "description": "Magento2 node modules dependencies for local development", | |
| "license": "(OSL-3.0 OR AFL-3.0)", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/magento/magento2.git" | |
| }, | |
| "homepage": "http://magento.com/", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Example configuration: | |
| # upstream fastcgi_backend { | |
| # # use tcp connection | |
| # # server 127.0.0.1:9000; | |
| # # or socket | |
| # server unix:/var/run/php/php7.4-fpm.sock; | |
| # } | |
| # server { | |
| # listen 80; | |
| # server_name mage.dev; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Copyright © Magento, Inc. All rights reserved. | |
| * See COPYING.txt for license details. | |
| */ | |
| // For performance use one level down: 'name/{,*/}*.js' | |
| // If you want to recursively match all subfolders, use: 'name/**/*.js' | |
| module.exports = function (grunt) { | |
| 'use strict'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "themes": "dev/tools/grunt/configs/local-themes" | |
| } |