-
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.
I forgot that Stashy was already CJS, so no need to optimize for ESM.
- Loading branch information
Showing
2 changed files
with
1 addition
and
4 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,6 +1,7 @@ | ||
/** | ||
* © 2022 WavePlay <[email protected]> | ||
*/ | ||
// @ts-expect-error | ||
import type { GetServerSidePropsContext } from 'next' | ||
import type { Stashy } from '..' | ||
import type { Logger } from '../types' | ||
|
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,10 +1,6 @@ | ||
/** | ||
* © 2023 WavePlay <[email protected]> | ||
*/ | ||
import { createRequire } from 'module' | ||
|
||
const require = createRequire(import.meta.url) | ||
|
||
let Platform: any | ||
try { | ||
Platform = require('react-native').Platform | ||
|
99db52a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
stashy – ./
stashy-git-master-wave-play.vercel.app
stashy-wave-play.vercel.app
example.stashy.waveplay.app
stashy-nine.vercel.app
demo.stashy.waveplay.dev