Skip to content

Commit

Permalink
Merge branch 'master' into heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 21, 2024
2 parents 26b6084 + 65de3b1 commit 5514a17
Show file tree
Hide file tree
Showing 18 changed files with 4,874 additions and 3,879 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a PHP backend.

[View Demo Online](https://surveyjs-php.herokuapp.com/)
[View Demo Online](https://surveyjs-php.azurewebsites.net/)

## Disclaimer

Expand All @@ -23,4 +23,4 @@ Open http://localhost:8000 in your web browser.

## Client-Side App

The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.
The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.
3 changes: 0 additions & 3 deletions home/startup.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash

echo "https://azureossd.github.io/2022/04/22/PHP-Laravel-deploy-on-App-Service-Linux-copy/index.html"
echo "Copying custom default.conf over to /etc/nginx/sites-available/default.conf"

NGINX_CONF=/home/default.conf

if [ -f "$NGINX_CONF" ]; then
cp /home/default.conf /etc/nginx/sites-available/default
service nginx reload
Expand Down
16 changes: 8 additions & 8 deletions public/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"files": {
"main.css": "/static/css/main.d6b899b4.css",
"main.js": "/static/js/main.7f897b90.js",
"static/js/787.b5629b2c.chunk.js": "/static/js/787.b5629b2c.chunk.js",
"main.css": "/static/css/main.87c320c4.css",
"main.js": "/static/js/main.6ff3063c.js",
"static/js/453.55045f6d.chunk.js": "/static/js/453.55045f6d.chunk.js",
"static/media/logo.svg": "/static/media/logo.16af4787ab8684193579a6fc6ca801e0.svg",
"index.html": "/index.html",
"main.d6b899b4.css.map": "/static/css/main.d6b899b4.css.map",
"main.d6b899b4.js.map": "/static/js/main.7f897b90.js.map",
"787.b5629b2c.chunk.js.map": "/static/js/787.b5629b2c.chunk.js.map"
"main.87c320c4.css.map": "/static/css/main.87c320c4.css.map",
"main.6ff3063c.js.map": "/static/js/main.6ff3063c.js.map",
"453.55045f6d.chunk.js.map": "/static/js/453.55045f6d.chunk.js.map"
},
"entrypoints": [
"static/css/main.d6b899b4.css",
"static/js/main.7f897b90.js"
"static/css/main.87c320c4.css",
"static/js/main.6ff3063c.js"
]
}
26 changes: 26 additions & 0 deletions public/static/css/main.87c320c4.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/static/css/main.87c320c4.css.map

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions public/static/css/main.d6b899b4.css

This file was deleted.

1 change: 0 additions & 1 deletion public/static/css/main.d6b899b4.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions public/static/js/453.55045f6d.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/static/js/453.55045f6d.chunk.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5514a17

Please sign in to comment.