<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
- <list default="true" id="ab92709f-5288-4a55-873b-517f6adb96d1" name="Changes" comment="Initial commit." />
+ <list default="true" id="ab92709f-5288-4a55-873b-517f6adb96d1" name="Changes" comment="changing the run file name.">
+ <change afterPath="$PROJECT_DIR$/public/favicon.ico" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/public/index.html" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/public/logo192.png" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/public/logo512.png" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/public/manifest.json" afterDir="false" />
+ <change afterPath="$PROJECT_DIR$/public/robots.txt" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/pre-build.sh" beforeDir="false" afterPath="$PROJECT_DIR$/pre-build.sh" afterDir="false" />
+ </list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
"RunOnceActivity.zencoder-patch-migrate-custom-instruction": "true",
"RunOnceActivity.zencoder-patch-migrate-repo-info-to-rules": "true",
"git-widget-placeholder": "master",
- "last_opened_file_path": "/Users/charleswray/WebstormProjects/phs-stack/volumes/phs-home/src/app/views",
+ "last_opened_file_path": "/Users/charleswray/WebstormProjects/phs-stack/volumes/phs-home",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
}]]></component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
+ <recent name="$PROJECT_DIR$" />
<recent name="$PROJECT_DIR$/src/app/views" />
<recent name="$PROJECT_DIR$/src/app" />
<recent name="$PROJECT_DIR$/src" />
- <recent name="$PROJECT_DIR$" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/app" />
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1756966236399</updated>
- <workItem from="1756966239169" duration="1872000" />
+ <workItem from="1756966239169" duration="3046000" />
</task>
<task id="LOCAL-00001" summary="Initial commit.">
<option name="closed" value="true" />
<option name="project" value="LOCAL" />
<updated>1756967827839</updated>
</task>
- <option name="localTasksCounter" value="2" />
+ <task id="LOCAL-00002" summary="changing the run file name.">
+ <option name="closed" value="true" />
+ <created>1756968241471</created>
+ <option name="number" value="00002" />
+ <option name="presentableId" value="LOCAL-00002" />
+ <option name="project" value="LOCAL" />
+ <updated>1756968241471</updated>
+ </task>
+ <task id="LOCAL-00003" summary="changing the run file name.">
+ <option name="closed" value="true" />
+ <created>1756968254499</created>
+ <option name="number" value="00003" />
+ <option name="presentableId" value="LOCAL-00003" />
+ <option name="project" value="LOCAL" />
+ <updated>1756968254499</updated>
+ </task>
+ <option name="localTasksCounter" value="4" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="Initial commit." />
- <option name="LAST_COMMIT_MESSAGE" value="Initial commit." />
+ <MESSAGE value="changing the run file name." />
+ <option name="LAST_COMMIT_MESSAGE" value="changing the run file name." />
</component>
<component name="ai.zencoder.plugin.mcp">
<option name="internalToolsState" value="{"file_search":true,"list_resources":true,"fulltext_search":true,"read_resource":true}" />
--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="theme-color" content="#000000" />
+ <meta
+ name="description"
+ content="Web site created using create-react-app"
+ />
+ <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+ <!--
+ manifest.json provides metadata used when your web app is installed on a
+ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
+ -->
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
+ <!--
+ Notice the use of %PUBLIC_URL% in the tags above.
+ It will be replaced with the URL of the `public` folder during the build.
+ Only files inside the `public` folder can be referenced from the HTML.
+
+ Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
+ work correctly both with client-side routing and a non-root public URL.
+ Learn how to configure a non-root public URL by running `npm run build`.
+ -->
+ <title>React App</title>
+ </head>
+ <body>
+ <noscript>You need to enable JavaScript to run this app.</noscript>
+ <div id="root"></div>
+ <!--
+ This HTML file is a template.
+ If you open it directly in the browser, you will see an empty page.
+
+ You can add webfonts, meta tags, or analytics to this file.
+ The build step will place the bundled scripts into the <body> tag.
+
+ To begin the development, run `npm start` or `yarn start`.
+ To create a production bundle, use `npm run build` or `yarn build`.
+ -->
+ </body>
+</html>