generated from deco-sites/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
65 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
DECO_SITE_NAME=storefront-vtex | ||
# DECO_SITE_NAME=storefront-linx | ||
# DECO_SITE_NAME=storefront-wake | ||
# DECO_SITE_NAME=storefront-vnda | ||
# DECO_SITE_NAME=store-shopify | ||
# DECO_SITE_NAME=store-nuvemshop | ||
TOKEN_NUVEMSHOP=9db8481bf173f124ac2f95f3994d71f3d1ad15e6 | ||
DECO_SITE_NAME=agencian1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"imports": { | ||
"deco-sites/agencian1/": "./", | ||
|
||
"$store/": "./", | ||
"deco/": "https://denopkg.com/deco-cx/[email protected]/", | ||
"apps/": "https://denopkg.com/deco-cx/[email protected]/", | ||
|
@@ -23,7 +25,7 @@ | |
"check": "deno fmt && deno lint && deno check dev.ts main.ts", | ||
"install": "deno eval 'import \"deco/scripts/apps/install.ts\"'", | ||
"uninstall": "deno eval 'import \"deco/scripts/apps/uninstall.ts\"'", | ||
"bundle": "deno eval 'import \"deco/scripts/apps/bundle.ts\"' deco-sites/storefront", | ||
"bundle": "deno eval 'import \"deco/scripts/apps/bundle.ts\"' deco-sites/agencian1", | ||
"cache_clean": "rm deno.lock; deno cache -r main.ts", | ||
"build": "deno run -A dev.ts build", | ||
"preview": "deno run -A main.ts" | ||
|
This file contains 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