mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-14 17:48:58 +08:00
* add new script to test using cli as a library * run new functional test * setting credentials before ts-node * remove cache configuration (it's done by default) * add test for appsList * format scriptts * use mocha for tests * run formatter * use npm script to run tests * add current test script to actions * add credentials * use non-deprecated API * move script, add helper, new test project * formatting * update run steps * directly use mocha * change flow of scripts * ignore firebaserc in other commits * add secret to workflow * remove unnecessary ignore * update ignore * update ignore * remove rc * cleanup files created in tests Co-authored-by: Sam Stern <samstern@google.com>
11 lines
289 B
HTML
11 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div id="message">
|
|
<h2>Welcome</h2>
|
|
<h1>Firebase Hosting Setup Complete</h1>
|
|
<p>You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!</p>
|
|
</div>
|
|
</body>
|
|
</html>
|